make sure we force copy as directory
This commit is contained in:
parent
27ad4fca43
commit
780b3459af
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user