Skip to content

Commit

Permalink
Remove MyGet usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 6, 2019
1 parent f572525 commit bc31088
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,4 @@ jobs:
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: 'bin/nupkg'
artifactName: 'nupkgs'
- task: NuGetCommand@2
inputs:
command: push
nuGetFeedType: external
publishFeedCredentials: 'Jet-MyGet'
versioningScheme: byEnvVar
versionEnvVar: Version
packagesToPush: 'bin/nupkg/*.nupkg'
artifactName: 'nupkgs'

0 comments on commit bc31088

Please sign in to comment.