From 780b3459af55f3104f6966672d450662ae8526f0 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 2c3d15ff7..e3b1fc613 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