mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-19 11:38:35 -05:00
make sure we force copy as directory
This commit is contained in:
@ -103,7 +103,7 @@ steps:
|
|||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
inputs:
|
inputs:
|
||||||
script: 'xcopy /s /y /f GameFiles $(outputFolder)\GameFiles'
|
script: 'echo d | xcopy /s /y /f GameFiles $(outputFolder)\GameFiles'
|
||||||
workingDirectory: '$(Build.Repository.LocalPath)'
|
workingDirectory: '$(Build.Repository.LocalPath)'
|
||||||
failOnStderr: true
|
failOnStderr: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user