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 c44b190 commit 668b69cCopy full SHA for 668b69c
appveyor.yml
@@ -10,8 +10,8 @@ build_script:
10
- '7z x WindowsLibraries.7z > NUL:'
11
- cd ..
12
- msbuild msbuild\domoticz.sln /p:Configuration=Release /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
13
-- cp appversion.h version_windows_x86.h
14
-- cp History.txt history_windows_x86.txt
+- ps: cp appversion.h version_windows_x86.h
+- ps: cp History.txt history_windows_x86.txt
15
- '"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" msbuild\WindowsInstaller\DomoticzSetup.iss'
16
- msbuild msbuild\package.proj
17
0 commit comments