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 a36e39a commit 70cb8daCopy full SHA for 70cb8da
appveyor.yml
@@ -10,11 +10,9 @@ only_commits:
10
build:
11
verbosity: minimal
12
before_build:
13
- # Install WiX Toolset
14
- ps: choco install wixtoolset -y
15
after_build:
16
- 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
18
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
19
working_directory: %APPVEYOR_BUILD_FOLDER%
20
- cmd: light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
0 commit comments