This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ install:
1818
1919 git submodule update --recursive --force
2020 nuget restore GitHubVS.sln
21+ - choco install --no-progress BCC-MSBuildLog --version 0.1.5 --pre
22+ - choco install --no-progress BCC-Submission --version 0.1.3 --pre
2123build_script :
2224- ps : scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
2325test :
@@ -31,5 +33,5 @@ on_success:
3133 }
3234on_finish :
3335- ps : scripts\Run-CodeCoverage.ps1 -AppVeyor -Configuration:Release
34- - IF NOT "%BCC_TOKEN%x"=="x" %USERPROFILE%\.nuget\packages\bcc-msbuildlog\0.1.2\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.1.0\tools\net471\BCC.Submission.exe -i checkrun.json -t " %BCC_TOKEN%" -h "%APPVEYOR_REPO_COMMIT%"
36+ - 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%
37+ - IF NOT "%BCC_TOKEN%x"=="x" BCCSubmission -h %APPVEYOR_REPO_COMMIT% -i checkrun.json -t %BCC_TOKEN%
You can’t perform that action at this time.
0 commit comments