From cc92180072d352b6f4e64183bd50d71bc2831977 Mon Sep 17 00:00:00 2001 From: "Scott Beddall (from Dev Box)" Date: Mon, 8 Apr 2024 15:19:37 -0700 Subject: [PATCH] publish is not a good thing to have here --- eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml b/eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml index dcfba1d0b65..cff399acc56 100644 --- a/eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml +++ b/eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml @@ -203,6 +203,7 @@ extends: ShouldPublishExecutables: ${{ parameters.ReleaseBinaries }} ShouldPublishSymbols: ${{ parameters.ShouldPublishSymbols }} RequireStrongNames: ${{ parameters.RequireStrongNames }} + Use1ESTemplate: true - ${{if and(not(eq(length(parameters.DockerDeployments), 0)), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}: - stage: PublishDockerImages