We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0269b commit f037d0eCopy full SHA for f037d0e
1 file changed
eng/pipelines/templates/steps/produce-net-standalone-packs.yml
@@ -41,7 +41,7 @@ steps:
41
DOTNET_CLI_TELEMETRY_OPTOUT: 1
42
DOTNET_MULTILEVEL_LOOKUP: 0
43
44
- - template: /eng/common/pipelines/templates/steps/publish-artifact.yml
+ - template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
45
parameters:
46
ArtifactName: "standalone-${{ target.rid }}"
47
ArtifactPath: "$(Build.ArtifactStagingDirectory)/${{ target.rid }}"
@@ -66,7 +66,7 @@ steps:
66
67
68
69
70
71
72
0 commit comments