File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,16 +146,16 @@ jobs:
146146 condition : and( succeeded(), ne(variables['system.pullrequest.isfork'], true) )
147147 displayName : Publish deployables artifacts
148148
149- # push NuGet packages to MyGet feed (always happens except on PR builds)
149+ # push NuGet packages to AzureArtifacts feed (always happens except on PR builds)
150150 - task : NuGetCommand@2
151151 inputs :
152152 command : push
153153 nuGetFeedType : external
154154 packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
155- publishFeedCredentials : ' MyGet '
155+ publishFeedCredentials : ' AzureArtifacts '
156156 condition : succeeded()
157157 continueOnError : true
158- displayName : Push NuGet packages to MyGet
158+ displayName : Push NuGet packages to AzureArtifacts
159159
160160 # push NuGet class lib package to NuGet (happens on tag builds for any branch)
161161 - task : NuGetCommand@2
You can’t perform that action at this time.
0 commit comments