Skip to content

Commit a6e3c0a

Browse files
artidoroeerhardt
authored andcommitted
retriggering build (#842)
1 parent df499aa commit a6e3c0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/vsts-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ phases:
157157
msbuildVersion: 15.0
158158
continueOnError: false
159159

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+
160168
- task: MSBuild@1
161169
displayName: Publish Packages to MyGet Feed
162170
inputs:

0 commit comments

Comments
 (0)