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 c66e4d1 commit 66bdeeaCopy full SHA for 66bdeea
appveyor.yml
@@ -9,8 +9,10 @@ only_commits:
9
message: /#build/
10
build:
11
verbosity: minimal
12
-before_build:
13
- - ps: choco install wixtoolset -y
+#before_build:
+# - ps: choco install wixtoolset -y
14
+install:
15
+- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
16
after_build:
17
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
18
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
0 commit comments