We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df499aa commit a6e3c0aCopy full SHA for a6e3c0a
build/vsts-ci.yml
@@ -157,6 +157,14 @@ phases:
157
msbuildVersion: 15.0
158
continueOnError: false
159
160
+ - task: NuGetCommand@2
161
+ displayName: Publish Packages to VSTS Feed
162
+ inputs:
163
+ command: push
164
+ packagesToPush: $(Build.SourcesDirectory)/bin/packages/**/*.nupkg;!$(Build.SourcesDirectory)/bin/packages/**/*.symbols.nupkg
165
+ nuGetFeedType: internal
166
+ feedPublish: MachineLearning
167
+
168
- task: MSBuild@1
169
displayName: Publish Packages to MyGet Feed
170
inputs:
0 commit comments