Skip to content

Commit

Permalink
push to myget
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Dec 13, 2018
1 parent 6b7bc15 commit 385958c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
inputs:
pathtoPublish: 'artifact/nupkg'
artifactName: 'nupkgs'
- task: NuGetCommand@2
condition: succeeded()
inputs:
command: push
nuGetFeedType: external
publishFeedCredentials: 'Jet-MyGet'
versioningScheme: byEnvVar
versionEnvVar: Version
packagesToPush: 'artifact/nupkg/*.nupkg'
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
Expand Down

0 comments on commit 385958c

Please sign in to comment.