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

Commit aac507c

Browse files
Merge remote-tracking branch 'remotes/origin/master' into features/check-suite-annotations
2 parents 0463518 + 5f502af commit aac507c

File tree

329 files changed

+3329
-1629
lines changed

Some content is hidden

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

329 files changed

+3329
-1629
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<Product>GitHub Extension for Visual Studio</Product>
4-
<Version>2.5.6.0</Version>
4+
<Version>2.5.9.0</Version>
55
<Copyright>Copyright © GitHub, Inc. 2014-2018</Copyright>
6-
<LangVersion>7.3</LangVersion>
6+
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>
88
</Project>

GitHubVS.sln

Lines changed: 108 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.6.{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/*"

docs/contributing/cloning-a-repository-to-visual-studio.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/contributing/creating-gists.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
-34.7 KB
Binary file not shown.
-26.3 KB
Binary file not shown.
-4.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)