Skip to content

Commit

Permalink
Remove MyGet publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jan 31, 2019
1 parent 1aed6a5 commit 4eea126
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
inputs:
pathtoPublish: 'bin'
artifactName: 'nupkgs'
- task: NuGetCommand@2
inputs:
command: push
nuGetFeedType: external
publishFeedCredentials: 'Jet-MyGet'
versioningScheme: byEnvVar
versionEnvVar: Version
packagesToPush: 'bin/*.nupkg;bin/*.symbols.nupkg'
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
Expand Down

0 comments on commit 4eea126

Please sign in to comment.