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