Skip to content

Commit 8d45f3f

Browse files
committed
Use Agent.OS instead of AGENT_OS
1 parent c6ab3cc commit 8d45f3f

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)_$(buildArch).7z
3636
archiveDir: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)