ci: use proper nuget deploy

This commit is contained in:
Christopher Felegy
2019-03-16 22:08:34 -04:00
parent e2ed8f1114
commit 35b6326889

View File

@@ -17,5 +17,4 @@ steps:
command: push command: push
nuGetFeedType: external nuGetFeedType: external
packagesToPush: 'artifacts/*.nupkg' packagesToPush: 'artifacts/*.nupkg'
vstsFeed: $(mygetFeedUri) vstsFeed: myget-foxbot
publishFeedCredentials: $(mygetFeedAuth)