We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ab3cc commit 8d45f3fCopy full SHA for 8d45f3f
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)_$(buildArch).7z
36
archiveDir: $(Build.ArtifactStagingDirectory)
0 commit comments