We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5658e46 commit 9b4f97dCopy full SHA for 9b4f97d
script/vsts/platforms/templates/bootstrap.yml
@@ -32,5 +32,5 @@ steps:
32
artifacts:
33
- path: '.'
34
condition: and(succeeded(), eq(variables.IsBuild, 'true'))
35
- archiveFileName: bootstrapped_repository_$(Agent.OS)_$(buildArch).7z
+ archiveFileName: bootstrapped_repository_$(Agent.OS)_$(BUILD_ARCH).7z
36
archiveDir: $(Build.ArtifactStagingDirectory)
0 commit comments