File tree Expand file tree Collapse file tree 3 files changed +8
-58
lines changed
eng/pipelines/templates/jobs/dnup Expand file tree Collapse file tree 3 files changed +8
-58
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,4 @@ extends:
133133 pool :
134134 name : $(DncEngInternalBuildPool)
135135 image : 1es-windows-2022
136- os : windows
137- # ## Publishing ###
138- - stage : publish
139- displayName : 🚀 Publish dnup packages
140- dependsOn : package
141- jobs :
142- - template : /eng/pipelines/templates/jobs/dnup/dnup-library-publish.yml@self
136+ os : windows
Original file line number Diff line number Diff line change 6666 - powershell : |
6767 & .\.dotnet\dotnet build .\src\Installer\Installer.sign.proj /t:Sign -bl:$(Build.SourcesDirectory)/artifacts/binlogs/dnup-library-sign.binlog $(_officialBuildProperties)
6868 displayName: 🖋️ Sign dnup library packages with arcade signtool
69+ - task : 1ES.PublishNuget@1
70+ displayName : 🟣 Publish packages to AzDO
71+ inputs :
72+ useDotNetTask : true
73+ packagesToPush : ' !$(System.DefaultWorkingDirectory)/packages/Release/**/*.symbols.nupkg;$(System.DefaultWorkingDirectory)/packages/Release/**/*.nupkg'
74+ packageParentPath : $(System.DefaultWorkingDirectory)/packages/Release
75+ publishVstsFeed : public/dotnet-tools
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments