We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24b99a commit 6ac9981Copy full SHA for 6ac9981
script/vsts/platforms/templates/bootstrap.yml
@@ -37,5 +37,5 @@ steps:
37
artifacts:
38
- path: '.'
39
condition: and(succeeded(), eq(variables.IsBuild, 'true'))
40
- archiveFileName: bootstrapped_repository_$(AGENT_OS)_$(buildArch).7z
+ archiveFileName: bootstrapped_repository_$(Agent.OS)_$(buildArch).7z
41
archiveDir: $(Build.ArtifactStagingDirectory)
0 commit comments