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 d69040f commit de473beCopy full SHA for de473be
appveyor.yml
@@ -15,11 +15,11 @@ environment:
15
16
17
install:
18
- - ps: write-host "Current AppVeyor build: $env:APPVEYOR_BUILD_VERSION"
+ - ps: $env:APPVEYOR_BUILD_VERSION
19
# Create TEMP folder
20
- md C:\temp
21
# Download and install Inno Setup.
22
- - ps: write-host "Downloading Inno Setup from: $env:INNOSETUP_DOWNLOAD_URL"
+ - ps: $env:INNOSETUP_DOWNLOAD_URL
23
- ps: (new-object net.webclient).DownloadFile($env:INNOSETUP_DOWNLOAD_URL, 'c:\temp\innosetup.exe')
24
- c:\temp\innosetup.exe TYPE=full /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS
25
# Add Inno Setup to PATH so the ISCC command is found
0 commit comments