From 43bb4087a0879444c24b65e60c51f15526ffc5b6 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 11 Jan 2020 21:01:51 -0600 Subject: [PATCH] make sure we force copy as directory --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c3d15ff..e3b1fc61 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -103,7 +103,7 @@ steps: - task: CmdLine@2 inputs: - script: 'xcopy /s /y /f GameFiles $(outputFolder)\GameFiles' + script: 'echo d | xcopy /s /y /f GameFiles $(outputFolder)\GameFiles' workingDirectory: '$(Build.Repository.LocalPath)' failOnStderr: true