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

Commit 95e091e

Browse files
Updating BCC tools
1 parent 82a2ccd commit 95e091e

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
@@ -39,6 +39,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{7B6C
3939
ProjectSection(SolutionItems) = preProject
4040
.gitattributes = .gitattributes
4141
.gitignore = .gitignore
42+
appveyor.yml = appveyor.yml
4243
scripts\build.ps1 = scripts\build.ps1
4344
scripts\Bump-Version.ps1 = scripts\Bump-Version.ps1
4445
scripts\common.ps1 = scripts\common.ps1

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +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%"
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%"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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" />
25+
<PackageReference Include="BCC-MSBuildLog" Version="0.1.2" />
26+
<PackageReference Include="BCC-Submission" Version="0.1.0" />
2727
<PackageReference Include="NSubstitute" Version="2.0.3" />
2828
<PackageReference Include="NUnit" version="3.9.0" />
2929
<PackageReference Include="OpenCover" Version="4.6.519" />

0 commit comments

Comments
 (0)