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 32d5ab4 commit 5658e46Copy full SHA for 5658e46
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