Skip to content

Commit 9b4f97d

Browse files
committed
Use BUILD_ARCH
1 parent 5658e46 commit 9b4f97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vsts/platforms/templates/bootstrap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ steps:
3232
artifacts:
3333
- path: '.'
3434
condition: and(succeeded(), eq(variables.IsBuild, 'true'))
35-
archiveFileName: bootstrapped_repository_$(Agent.OS)_$(buildArch).7z
35+
archiveFileName: bootstrapped_repository_$(Agent.OS)_$(BUILD_ARCH).7z
3636
archiveDir: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)