Skip to content

Commit 668b69c

Browse files
committed
Addjusted appveyor.yml file (cp command now used with powershell)
1 parent c44b190 commit 668b69c

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
@@ -10,8 +10,8 @@ build_script:
1010
- '7z x WindowsLibraries.7z > NUL:'
1111
- cd ..
1212
- 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
13+
- ps: cp appversion.h version_windows_x86.h
14+
- ps: cp History.txt history_windows_x86.txt
1515
- '"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" msbuild\WindowsInstaller\DomoticzSetup.iss'
1616
- msbuild msbuild\package.proj
1717

0 commit comments

Comments
 (0)