Skip to content

Commit

Permalink
Echo AppVeyor env vars for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Jan 11, 2018
1 parent 63d3a47 commit cdb21a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ build_script:
- CD %APPVEYOR_BUILD_FOLDER%
- IF NOT EXIST C:\tmp MKDIR C:\tmp
- SET SQUIRREL_TEMP=C:\tmp
- ECHO APPVEYOR_REPO_BRANCH is '%APPVEYOR_REPO_BRANCH'
- ECHO APPVEYOR_PULL_REQUEST_NUMBER is '%APPVEYOR_PULL_REQUEST_NUMBER%'
- IF [%TASK%]==[installer] (
IF [%APPVEYOR_REPO_BRANCH:~-9%]==[-releases] (
ECHO Building on release branch - Creating production artifacts &&
Expand Down

0 comments on commit cdb21a0

Please sign in to comment.