1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-19 03:28:35 -05:00

make sure we force copy as directory

This commit is contained in:
RaidMax
2020-01-11 21:01:51 -06:00
parent e982381dcc
commit 43bb4087a0

View File

@ -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