Skip to content

Commit

Permalink
Neutralize MyGet upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 24, 2018
1 parent 3c8da9b commit e24d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
publishFeedCredentials: 'Jet-MyGet'
versioningScheme: byEnvVar
versionEnvVar: Version
packagesToPush: 'bin/nupkg/*.nupkg'
packagesToPush: 'bin/_nupkg/*.nupkg' # _ to neutralize upload as presently failing

0 comments on commit e24d51e

Please sign in to comment.