Thanks to visit codestin.com Credit goes to github.com
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 6f834e0 commit cfc4641Copy full SHA for cfc4641
.vsts-ci.yml
@@ -159,7 +159,7 @@ extends:
159
includeRootFolder: false
160
archiveType: 'tar'
161
tarCompression: 'gz'
162
- archiveFile: '$(Build.ArtifactStagingDirectory)/artifacts/dotnet-core-uninstall.tar.gz'
+ archiveFile: '$(Build.ArtifactStagingDirectory)/artifacts/dotnet-core-uninstall-$(_RID).tar.gz'
163
replaceExistingArchive: true
164
- task: 1ES.PublishBuildArtifacts@1
165
condition: eq(variables['system.pullrequest.isfork'], false)
0 commit comments