Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswill committed Feb 4, 2021
1 parent cd7ec50 commit fcb85ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ steps:
packagesToPack: src/RippleDotNet/RippleDotNet.csproj
versioningScheme: byBuildNumber

- task: NuGetCommand@2
displayName: 'NuGet push'
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'Nuget.org'

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

0 comments on commit fcb85ac

Please sign in to comment.