Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
f5c4593
Moving all the useful build scripts bits to public
shana Oct 26, 2017
5b6d17f
Removing old files, adding dependencies, fixing appveyor
shana Oct 26, 2017
615ca0a
Consolidate NSubstitute versions, add nunit console runner
shana Oct 26, 2017
9931550
Bump submodule to pick up build changes
shana Oct 26, 2017
4959bf4
Add public signing key for public builds
shana Oct 26, 2017
9b4e38d
Add nunit2 driver package so nunit3 can run these tests
shana Oct 26, 2017
49b2418
Move this out to the public too
shana Oct 26, 2017
039b3f1
Update solution links to script files
shana Oct 26, 2017
c756182
Remove experimental flag
shana Oct 26, 2017
821ca9b
Bump submodule
shana Oct 26, 2017
a05a026
Make this a switch as it should be
shana Oct 26, 2017
a0f2be1
Bleh typo
shana Oct 26, 2017
9e316e8
Need these debugging tools too
shana Oct 26, 2017
8047648
Kinda should set exitCode :P
shana Oct 26, 2017
b127aa7
Bump submodule for build fix
shana Oct 26, 2017
70dee92
More cleanups
shana Oct 27, 2017
7ecff12
Split build and testing and clean up the scripts to the essentials
shana Oct 27, 2017
93c6711
Need to exit when the build fails
shana Oct 27, 2017
aad1b54
Fix appveyor
shana Oct 27, 2017
8691ac7
Doh
shana Oct 27, 2017
9b5e417
Don't need this in the console
shana Oct 27, 2017
96377ce
We can use appveyor's nunit for this
shana Oct 27, 2017
ee7e6ef
Using the same nunit console for local and appveyor and everyone...
shana Oct 27, 2017
1f91261
Set exit codes when tests fail
shana Oct 28, 2017
9f790a3
Add configurations to not create a vsix when just building
shana Oct 28, 2017
1974605
Disable code analysis on debug builds and add debug+codeanalysis conf…
shana Oct 28, 2017
46b733d
Versioning
shana Oct 28, 2017
d0ebe13
Fix appveyor...
shana Oct 28, 2017
88ed537
Add missing file
shana Oct 28, 2017
19ea358
Fix path to xunit console runner
shana Oct 28, 2017
7c4b573
Let's see if we can make the output better...
shana Oct 28, 2017
7b24432
Cleanup csproj files
Oct 30, 2017
84a84f6
Isolate failing test in app domain
jcansdale Oct 20, 2017
e7119b4
Fix event not used CA errors
jcansdale Oct 30, 2017
4d6d9d4
Parameter `parent` of `InlineCommentMarginProvider.CreateMargin` wasn…
jcansdale Oct 30, 2017
476d247
IWpfTextViewMargin margin wasn't used
jcansdale Oct 30, 2017
83b194e
marginWidth wasn't used
jcansdale Oct 30, 2017
0d7cef9
Internal classed were only used in XAML
jcansdale Oct 30, 2017
cec4974
Fix misc CA arrors
jcansdale Oct 30, 2017
fcd7bd4
apiClientFactory wasn't used in InlineCommentPeekableItemSource
jcansdale Oct 30, 2017
0740e9e
Getting versioning working in CI
Oct 31, 2017
7f4f2c4
Publishing artifacts
shana Oct 31, 2017
b719a38
More logging
shana Oct 31, 2017
1b4d644
This should work...
shana Oct 31, 2017
7f9e5bf
Add an explicit build flag to skip certain targets if we're not packa…
shana Oct 31, 2017
ae8dd90
We need to create the directory first
shana Oct 31, 2017
e983eff
Don't need to make noise about this
shana Oct 31, 2017
456d8cb
Really don't need to include libgit2 debug symbols
shana Oct 31, 2017
d9f0eb0
IApiClientFactory apiClientFactory wasn't being used
jcansdale Oct 31, 2017
0d59682
Remove unused constructor arguments
jcansdale Oct 31, 2017
159e2cd
Use StringComparison.OrdinalIgnoreCase when comparing paths
jcansdale Oct 31, 2017
1b3c229
Remove unused constructor args
jcansdale Oct 31, 2017
95bfebc
Suppress unused Designer type warnings
jcansdale Oct 31, 2017
ec1b715
Rename args to have different names to fields
jcansdale Oct 31, 2017
e41e669
Make construct protected
jcansdale Oct 31, 2017
b648576
UpdateCommentThreads doesn't use hunk, chunks, chunk or diffLines
jcansdale Oct 31, 2017
1da6f4d
Suppress warning on $"..." string
jcansdale Oct 31, 2017
21cfb8a
Make ShowPullRequestComments/VsCommand/VsCommandBase public
jcansdale Oct 31, 2017
5db6857
Keep CA happy by implmenting dispose pattern
jcansdale Oct 31, 2017
03a33ab
Use appveyor build number for publishable builds, otherwise use a tim…
shana Nov 1, 2017
f737de0
Don't need this anymore
shana Nov 1, 2017
e9b7b45
Get some deployments going
shana Nov 1, 2017
75edbd3
Ooops, wrong syntax
shana Nov 1, 2017
5dbc96c
Bump submodule to grab build fix
shana Nov 1, 2017
cad1837
Bump submodule to pick up path fix
shana Nov 1, 2017
e18d8c0
sigh
shana Nov 1, 2017
42a0002
100th time's the charm
shana Nov 1, 2017
996d9c8
Bump submodule for deploymentname fix
shana Nov 1, 2017
dc633e7
Check PullRequestSessionLiveFile.ToDispose is disposed
jcansdale Nov 1, 2017
c4c8598
Make StartsTrueBecomesFalseWhenCompleted fail consistently
jcansdale Nov 1, 2017
90103c1
Merge branch 'shana/more-build-system-overhaul' into shana/build-syst…
jcansdale Nov 1, 2017
219603e
Fix all xUnit warnings
jcansdale Nov 1, 2017
3a4f6e6
Fix the merge, clean up and standardize csproj files
shana Nov 1, 2017
29911ba
Set version in appveyor.yml too so it can use it
shana Nov 1, 2017
24a3b9f
Remove dead code
shana Nov 1, 2017
3e0f756
Fix public key name
shana Nov 2, 2017
c2c40c4
Fix 'WiX' is not recognized as the name of a cmdlet warning
jcansdale Nov 2, 2017
f3b02b2
Consistently reference ComponentModelHost 4.0 (Fix MSB3277)
jcansdale Nov 2, 2017
2f65d74
Remove StartsTrueBecomesFalseWhenCompleted_MultipleTimes
grokys Nov 2, 2017
a1ce93d
Merge branch 'shana/build-system-overhaul' of https://github.com/gith…
grokys Nov 2, 2017
5d9b189
Removed unused reference.
grokys Nov 2, 2017
27af6ba
GitHub.TeamFoundation.15 should reference Shell.15.0 (fix MSB3277)
jcansdale Nov 2, 2017
15ed973
Change to System.Net.Http 4.1.0 (fix MSB3277)
jcansdale Nov 2, 2017
1c4bdc9
linesChanged is sharred and shouldn't be disposed
jcansdale Nov 2, 2017
3d00bf7
Remove all use of `event = delegate { }`
jcansdale Nov 2, 2017
4d4a864
PullRequestSession is shared and shouldn't be disposed
jcansdale Nov 2, 2017
9365c54
Make string capitalization consistent
jcansdale Nov 2, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,5 @@ $RECYCLE.BIN/
AkavacheSqliteLinkerOverride.cs
NuGetBuild
WiX.Toolset.DummyFile.txt
nunit-UnitTests.xml
nunit-TrackingCollectionTests.xml
nunit-*.xml
GitHubVS.sln.DotSettings
1 change: 0 additions & 1 deletion Build-Solution.cmd

This file was deleted.

147 changes: 0 additions & 147 deletions Build-Solution.ps1

This file was deleted.

Loading