Skip to content

Commit

Permalink
Update azure-pipelines-release-ci-cd.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutando committed Mar 8, 2019
1 parent 058a9c1 commit 20a8184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines-release-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
command: push
packagesToPush: 'src/Akkatecture/bin/$(BuildConfiguration)/*.nupkg'
nuGetFeedType: external
publishFeedCredentials: Akkatecture-NuGet
publishFeedCredentials: 'Akkatecture-NuGet'

- task: NuGetCommand@2
displayName: 'Push [Akkatecture.Clustering]'
inputs:
command: push
packagesToPush: 'src/Akkatecture.Clustering/bin/$(BuildConfiguration)/*.nupkg'
nuGetFeedType: external
publishFeedCredentials: Akkatecture-NuGet
publishFeedCredentials: 'Akkatecture-NuGet'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact Source'
Expand Down

0 comments on commit 20a8184

Please sign in to comment.