Skip to content

Commit

Permalink
Disable publishing to myget
Browse files Browse the repository at this point in the history
Fix #2244
  • Loading branch information
eerhardt authored Jan 25, 2019
1 parent 80b36f0 commit cf85a4c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,14 @@ phases:
packagesToPush: $(Build.SourcesDirectory)/bin/packages/**/*.nupkg;!$(Build.SourcesDirectory)/bin/packages/**/*.symbols.nupkg
nuGetFeedType: internal
feedPublish: MachineLearning

- task: MSBuild@1
displayName: Publish Packages to MyGet Feed
inputs:
solution: build/publish.proj
msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(dotnet-myget-org-api-key)
msbuildVersion: 15.0

# Temporarily disable myget publishing - https://github.com/dotnet/machinelearning/issues/2244
# - task: MSBuild@1
# displayName: Publish Packages to MyGet Feed
# inputs:
# solution: build/publish.proj
# msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(dotnet-myget-org-api-key)
# msbuildVersion: 15.0

- task: MSBuild@1
displayName: Publish Symbols to SymWeb Symbol Server
Expand Down

0 comments on commit cf85a4c

Please sign in to comment.