Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 320a5b1

Browse files
committed
Merge branch 'master' into fixes/1666-filter-pr-solution-explorer
2 parents a5513c5 + 4522d91 commit 320a5b1

File tree

200 files changed

+3089
-1477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+3089
-1477
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ $RECYCLE.BIN/
235235
#OpenCover output
236236
coverage.xml
237237

238+
#Msbuild binary log output
239+
output.binlog
240+
238241
AkavacheSqliteLinkerOverride.cs
239242
NuGetBuild
240243
WiX.Toolset.DummyFile.txt

Directory.Build.Props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Product>GitHub Extension for Visual Studio</Product>
4-
<Version>2.5.7.0</Version>
4+
<Version>2.5.9.0</Version>
55
<Copyright>Copyright © GitHub, Inc. 2014-2018</Copyright>
66
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>

GitHubVS.sln

Lines changed: 96 additions & 68 deletions
Large diffs are not rendered by default.

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: Visual Studio 2017
2-
version: '2.5.7.{build}'
2+
version: '2.5.9.{build}'
33
skip_tags: true
44
install:
55
- ps: |
@@ -31,3 +31,5 @@ on_success:
3131
}
3232
on_finish:
3333
- ps: scripts\Run-CodeCoverage.ps1 -AppVeyor -Configuration:Release
34+
- IF NOT "%BCC_TOKEN%x"=="x" %USERPROFILE%\.nuget\packages\bcc-msbuildlog\0.0.2-alpha\tools\net471\BCC.MSBuildLog.exe -i output.binlog -o checkrun.json -c "%APPVEYOR_BUILD_FOLDER%"
35+
- IF NOT "%BCC_TOKEN%x"=="x" %USERPROFILE%\.nuget\packages\bcc-submission\0.0.2-alpha\tools\net471\BCC.Submission.exe -i checkrun.json -t "%BCC_TOKEN%" -h "%APPVEYOR_REPO_COMMIT%"

codecov.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coverage:
1010
status:
1111
project: yes
1212
patch: yes
13-
changes: yes
13+
changes: no
1414

1515
parsers:
1616
gcov:
@@ -21,9 +21,14 @@ parsers:
2121
macro: no
2222

2323
comment:
24-
layout: "header, reach, diff, files"
25-
behavior: new
24+
layout: "header, diff, files"
25+
behavior: once
2626
require_changes: no
2727

2828
fixes:
2929
- "/C/projects/visualstudio/::"
30+
31+
ignore:
32+
- "*.xaml"
33+
- "*.xaml.cs"
34+
- "**/SampleData/*"

lib/BCC-MSBuildLog.0.0.2-alpha.nupkg

7.41 MB
Binary file not shown.

lib/BCC-Submission.0.0.2-alpha.nupkg

1.13 MB
Binary file not shown.

lib/Rx-Core.2.2.5-custom.nupkg

-123 KB
Binary file not shown.

lib/Rx-Interfaces.2.2.5-custom.nupkg

-16.1 KB
Binary file not shown.

lib/Rx-Linq.2.2.5-custom.nupkg

-514 KB
Binary file not shown.

0 commit comments

Comments
 (0)