File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,12 @@ extends:
157157 Get-ChildItem "$(Pipeline.Workspace)/release" -recurse
158158 displayName : Download and capture nupkgs
159159
160- # - task: NuGetCommand@2
161- # displayName: 'NuGet push'
162- # condition: and(eq('${{ parameters.OfficialBuild }}', 'true'), succeeded())
163- # inputs:
164- # command: push
165- # packagesToPush: '$(Pipeline.Workspace)/ release/ *.nupkg'
166- # nuGetFeedType: external
167- # publishFeedCredentials: PowerShellNuGetOrgPush
160+ - task : NuGetCommand@2
161+ displayName : ' NuGet push'
162+ condition : and(eq('${{ parameters.OfficialBuild }}', 'true'), succeeded())
163+ inputs :
164+ command : push
165+ packagesToPush : ' $(Pipeline.Workspace)\ release\ *.nupkg'
166+ nuGetFeedType : external
167+ publishFeedCredentials : PowerShellNuGetOrgPush
168168
You can’t perform that action at this time.
0 commit comments