Skip to content

Commit

Permalink
remove myget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Jan 7, 2019
1 parent 6671cda commit a8983ff
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 @@ -30,14 +30,6 @@ jobs:
inputs:
pathtoPublish: 'bin/nupkg'
artifactName: 'nupkgs'
- task: NuGetCommand@2
inputs:
command: push
nuGetFeedType: external
publishFeedCredentials: 'Jet-MyGet-Falanx'
versioningScheme: byEnvVar
versionEnvVar: Version
packagesToPush: 'bin/nupkg/*.nupkg'
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
Expand Down

0 comments on commit a8983ff

Please sign in to comment.