File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,9 @@ Task -Name __EchoAppVeyorEnvironmentVariables -Description $private -Action {
232232 testEnvironmentVariable " APPVEYOR_REPO_COMMIT" $env: APPVEYOR_REPO_COMMIT ;
233233 testEnvironmentVariable " APPVEYOR_REPO_COMMIT_AUTHOR" $env: APPVEYOR_REPO_COMMIT_AUTHOR ;
234234 testEnvironmentVariable " APPVEYOR_REPO_COMMIT_TIMESTAMP" $env: APPVEYOR_REPO_COMMIT_TIMESTAMP ;
235- testEnvironmentVariable " APPVEYOR_SCHEDULED_BUILD" $env: APPVEYOR_SCHEDULED_BUILD ;
235+ testEnvironmentVariable " APPVEYOR_SCHEDULED_BUILD" $env: APPVEYOR_SCHEDULED_BUILD ;
236+ testEnvironmentVariable " APPVEYOR_FORCED_BUILD" $env: APPVEYOR_FORCED_BUILD ;
237+ testEnvironmentVariable " APPVEYOR_RE_BUILD" $env: APPVEYOR_RE_BUILD ;
236238 testEnvironmentVariable " PLATFORM" $env: PLATFORM ;
237239 testEnvironmentVariable " CONFIGURATION" $env: CONFIGURATION ;
238240 }
You can’t perform that action at this time.
0 commit comments