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.
1 parent 7d840c6 commit 797bcd1Copy full SHA for 797bcd1
appveyor.yml
@@ -11,7 +11,7 @@ platform: Any CPU
11
12
init:
13
- ps: $Env:LABEL = $Env:APPVEYOR_BUILD_NUMBER
14
-- ps: Write-Host "Build Label: $Env:LABEL"
+- ps: Write-Host "Build Label: %LABEL%"
15
16
before_build:
17
- appveyor-retry dotnet restore -v Minimal
0 commit comments