File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Octokit.GraphQL.Core.UnitTests Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<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" />
10
8
<PackageReference Include =" coverlet.msbuild" Version =" 2.2.1" >
11
9
<PrivateAssets >all</PrivateAssets >
12
10
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2017
2
2
configuration : Release
3
3
4
+ install :
5
+ - choco install --no-progress BCC-MSBuildLog
6
+ - choco install --no-progress BCC-Submission
7
+
4
8
before_build :
5
9
- nuget restore -Verbosity Quiet
6
10
@@ -13,8 +17,8 @@ build_script:
13
17
msbuild Octokit.GraphQL.sln --% /bl:output.binlog /verbosity:minimal
14
18
15
19
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%
18
22
19
23
after_build :
20
24
- nuget pack
@@ -28,4 +32,4 @@ after_test:
28
32
- ' %USERPROFILE%\.nuget\packages\codecov\1.0.5\tools\codecov.exe -f .\Octokit.GraphQL.Core.Generation.UnitTests\coverage.opencover.xml'
29
33
30
34
artifacts :
31
- - path : ' *.nupkg'
35
+ - path : ' *.nupkg'
You can’t perform that action at this time.
0 commit comments