Skip to content

Commit d69040f

Browse files
committed
Added debug output
1 parent cb73fb3 commit d69040f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ environment:
1515

1616

1717
install:
18-
- ps: "Current AppVeyor build: $env:APPVEYOR_BUILD_VERSION"
18+
- ps: write-host "Current AppVeyor build: $env:APPVEYOR_BUILD_VERSION"
1919
# Create TEMP folder
2020
- md C:\temp
2121
# Download and install Inno Setup.
22-
- ps: "Downloading Inno Setup from: $env:INNOSETUP_DOWNLOAD_URL"
22+
- ps: write-host "Downloading Inno Setup from: $env:INNOSETUP_DOWNLOAD_URL"
2323
- ps: (new-object net.webclient).DownloadFile($env:INNOSETUP_DOWNLOAD_URL, 'c:\temp\innosetup.exe')
2424
- c:\temp\innosetup.exe TYPE=full /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS
2525
# Add Inno Setup to PATH so the ISCC command is found

0 commit comments

Comments
 (0)