Skip to content

Commit 984a8c0

Browse files
Merge branch 'master' into doc-comments-escape-xml-characters
2 parents fdd7b60 + 0287fad commit 984a8c0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Octokit.GraphQL.Core.UnitTests/Octokit.GraphQL.Core.UnitTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="AgileObjects.ReadableExpressions" Version="1.12.1" />
8-
<PackageReference Include="BCC-MSBuildLog" Version="0.0.2-alpha" />
9-
<PackageReference Include="BCC-Submission" Version="0.0.2-alpha" />
108
<PackageReference Include="coverlet.msbuild" Version="2.2.1">
119
<PrivateAssets>all</PrivateAssets>
1210
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
os: Visual Studio 2017
22
configuration: Release
33

4+
install:
5+
- choco install --no-progress BCC-MSBuildLog
6+
- choco install --no-progress BCC-Submission
7+
48
before_build:
59
- nuget restore -Verbosity Quiet
610

@@ -13,8 +17,8 @@ build_script:
1317
msbuild Octokit.GraphQL.sln --% /bl:output.binlog /verbosity:minimal
1418
1519
on_finish:
16-
- 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%"
17-
- 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%"
20+
- IF NOT "%BCC_TOKEN%x"=="x" BCCMSBuildLog --cloneRoot "%APPVEYOR_BUILD_FOLDER%" --input output.binlog --output checkrun.json --ownerRepo %APPVEYOR_REPO_NAME% --hash %APPVEYOR_REPO_COMMIT%
21+
- IF NOT "%BCC_TOKEN%x"=="x" BCCSubmission -h %APPVEYOR_REPO_COMMIT% -i checkrun.json -t %BCC_TOKEN%
1822

1923
after_build:
2024
- nuget pack
@@ -28,4 +32,4 @@ after_test:
2832
- '%USERPROFILE%\.nuget\packages\codecov\1.0.5\tools\codecov.exe -f .\Octokit.GraphQL.Core.Generation.UnitTests\coverage.opencover.xml'
2933

3034
artifacts:
31-
- path: '*.nupkg'
35+
- path: '*.nupkg'
-7.41 MB
Binary file not shown.

0 commit comments

Comments
 (0)