We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f9968 commit 1b59ba1Copy full SHA for 1b59ba1
azure-pipelines-official.yml
@@ -162,7 +162,7 @@ extends:
162
displayName: 'Rename Build.binlog to TestStep.binlog'
163
inputs:
164
targetType: inline
165
- script: Copy-Item -Path "$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\Build.binlog" -Destination "$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\TestStep.binlog"
+ script: Move-Item -Path "$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\Build.binlog" -Destination "$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\TestStep.binlog"
166
condition: always()
167
168
- task: CopyFiles@2
0 commit comments