Skip to content

Commit afb6b5a

Browse files
Merge pull request #199 from octokit/remove-bcc
Removing BuildCrossCheck
2 parents a0aace7 + 536d8e3 commit afb6b5a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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-
84
before_build:
95
- nuget restore -Verbosity Quiet
106

@@ -16,10 +12,6 @@ build_script:
1612
- ps: >-
1713
msbuild Octokit.GraphQL.sln --% /bl:output.binlog /verbosity:minimal
1814
19-
on_finish:
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%
22-
2315
after_build:
2416
- nuget pack
2517

0 commit comments

Comments
 (0)