Skip to content

Commit f037d0e

Browse files
authored
ensure we use the correct artifactpublish for archetype-sdk-tools-dotnet (#8021)
1 parent 0f0269b commit f037d0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/templates/steps/produce-net-standalone-packs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
DOTNET_CLI_TELEMETRY_OPTOUT: 1
4242
DOTNET_MULTILEVEL_LOOKUP: 0
4343

44-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
44+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
4545
parameters:
4646
ArtifactName: "standalone-${{ target.rid }}"
4747
ArtifactPath: "$(Build.ArtifactStagingDirectory)/${{ target.rid }}"
@@ -66,7 +66,7 @@ steps:
6666
DOTNET_CLI_TELEMETRY_OPTOUT: 1
6767
DOTNET_MULTILEVEL_LOOKUP: 0
6868

69-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
69+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
7070
parameters:
7171
ArtifactName: "standalone-${{ target.rid }}"
7272
ArtifactPath: "$(Build.ArtifactStagingDirectory)/${{ target.rid }}"

0 commit comments

Comments
 (0)