We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0aace7 + 536d8e3 commit afb6b5aCopy full SHA for afb6b5a
appveyor.yml
@@ -1,10 +1,6 @@
1
os: Visual Studio 2017
2
configuration: Release
3
4
-install:
5
-- choco install --no-progress BCC-MSBuildLog
6
-- choco install --no-progress BCC-Submission
7
-
8
before_build:
9
- nuget restore -Verbosity Quiet
10
@@ -16,10 +12,6 @@ build_script:
16
12
- ps: >-
17
13
msbuild Octokit.GraphQL.sln --% /bl:output.binlog /verbosity:minimal
18
14
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
23
15
after_build:
24
- nuget pack
25
0 commit comments