Skip to content

Commit 70cb8da

Browse files
authored
Update appveyor.yml
1 parent a36e39a commit 70cb8da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ only_commits:
1010
build:
1111
verbosity: minimal
1212
before_build:
13-
# Install WiX Toolset
1413
- ps: choco install wixtoolset -y
1514
after_build:
1615
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
17-
# Build MSI using WiX
1816
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
1917
working_directory: %APPVEYOR_BUILD_FOLDER%
2018
- cmd: light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj

0 commit comments

Comments
 (0)