Skip to content

Commit e8b305f

Browse files
committed
Work CD-CI
- Switch MyGet with Azure Artifacts. Signed-off-by: José Simões <[email protected]>
1 parent 0da4405 commit e8b305f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)