SEBWIN-344: Using md to create target directory for x64 setup on release build server.
This commit is contained in:
parent
78cce595e9
commit
47f9ad580e
1 changed files with 1 additions and 0 deletions
|
@ -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%)"
|
||||
|
|
Loading…
Reference in a new issue