From 47f9ad580e3875d5d57518c2cf0dff420598f315 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Thu, 7 Nov 2019 14:31:25 +0100 Subject: [PATCH] SEBWIN-344: Using md to create target directory for x64 setup on release build server. --- appveyor-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor-release.yml b/appveyor-release.yml index 4bd29105..64525923 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -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%)"