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

Commit 68a5bec

Browse files
Merge pull request #2016 from github/buildcrosscheck-updates
Updating BuildCrossCheck
2 parents 8f4a382 + 87e4e57 commit 68a5bec

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

GitHubVS.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{7B6C
4040
ProjectSection(SolutionItems) = preProject
4141
.gitattributes = .gitattributes
4242
.gitignore = .gitignore
43+
appveyor.yml = appveyor.yml
4344
scripts\build.ps1 = scripts\build.ps1
4445
scripts\Bump-Version.ps1 = scripts\Bump-Version.ps1
4546
scripts\common.ps1 = scripts\common.ps1

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
22+
- choco install --no-progress BCC-Submission
2123
build_script:
2224
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
2325
test:
@@ -30,5 +32,5 @@ on_success:
3032
script\Sign-Package -AppVeyor
3133
}
3234
on_finish:
33-
- 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%"
34-
- 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%"
35+
- 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%
36+
- IF NOT "%BCC_TOKEN%x"=="x" BCCSubmission -h %APPVEYOR_REPO_COMMIT% -i checkrun.json -t %BCC_TOKEN%

test/GitHub.VisualStudio.UnitTests/GitHub.VisualStudio.UnitTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Codecov" Version="1.1.0" />
25-
<PackageReference Include="BCC-MSBuildLog" Version="0.0.2-alpha" />
26-
<PackageReference Include="BCC-Submission" Version="0.0.2-alpha" />
2725
<PackageReference Include="NSubstitute" Version="2.0.3" />
2826
<PackageReference Include="NUnit" version="3.9.0" />
2927
<PackageReference Include="OpenCover" Version="4.6.519" />

0 commit comments

Comments
 (0)