Skip to content

Commit 0a90bbb

Browse files
author
Shahab Moradi
authored
1 parent 243ff02 commit 0a90bbb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build/vsts-ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ phases:
182182
_SignType: real
183183
_UseEsrpSigning: true
184184
_TeamName: DotNetCore
185-
_NuGetFeedUrl: https://dotnet.myget.org/F/dotnet-core/api/v2/package
185+
_NuGetFeedUrl: https://www.myget.org/F/shmoradi-mlnet2/api/v2/package
186186
_SymwebSymbolServerPath: https://microsoft.artifacts.visualstudio.com/DefaultCollection
187187
_MsdlSymbolServerPath: https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection
188188
queue:
@@ -236,12 +236,12 @@ phases:
236236
nuGetFeedType: internal
237237
feedPublish: MachineLearning
238238

239-
# - task: MSBuild@1
240-
# displayName: Publish Packages to MyGet Feed
241-
# inputs:
242-
# solution: build/publish.proj
243-
# msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(dotnet-myget-org-api-key)
244-
# msbuildVersion: 15.0
239+
- task: MSBuild@1
240+
displayName: Publish Packages to MyGet Feed
241+
inputs:
242+
solution: build/publish.proj
243+
msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(myget-shmoradi-mlnet2-api-key)
244+
msbuildVersion: 15.0
245245

246246
- task: MSBuild@1
247247
displayName: Publish Symbols to SymWeb Symbol Server

0 commit comments

Comments
 (0)