SEBWIN-344: Using md to create target directory for x64 setup on release build server.

This commit is contained in:
dbuechel 2019-11-07 14:31:25 +01:00
parent 78cce595e9
commit 47f9ad580e

View file

@ -36,6 +36,7 @@ for:
- platform: x86
before_build:
- nuget restore
- md "Setup\bin\x64\%CONFIGURATION%"
- xcopy "%TEMP%\Setup.msi" "Setup\bin\x64\%CONFIGURATION%\Setup.msi"
after_build:
- appveyor PushArtifact "Setup\bin\%PLATFORM%\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_%PLATFORM%_Setup.msi" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup (%PLATFORM%)"