From: Santiago Fernandez Madero Date: Mon, 15 Apr 2019 17:55:42 +0000 (-0500) Subject: Remove myget publish entirely (dotnet/corefx#36886) X-Git-Tag: submit/tizen/20210909.063632~11031^2~1872 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e18a9ea0c2def7a8bea5431dd98543a2c65b2077;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove myget publish entirely (dotnet/corefx#36886) Commit migrated from https://github.com/dotnet/corefx/commit/d601d2e7602c9dbb6ae0d95c450bce2db027f78d --- diff --git a/eng/pipelines/libraries/publish.yml b/eng/pipelines/libraries/publish.yml index fe50518..7813515 100644 --- a/eng/pipelines/libraries/publish.yml +++ b/eng/pipelines/libraries/publish.yml @@ -25,11 +25,9 @@ jobs: variables: - group: Publish-Build-Assets - group: DotNet-Blob-Feed - - group: DotNet-MyGet-Publish - group: DotNet-Versions-Publish - _dotnetFeedUrl: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json - _maestroApiEndpoint: https://maestro-prod.westus2.cloudapp.azure.com - - _mygetFeedUrl: https://dotnet.myget.org/F/dotnet-core/api/v2/package - _manifestsDir: ${{ parameters.artifactsDir }}/AssetManifests - _TeamName: DotNetCore - _SignType: real @@ -96,13 +94,6 @@ jobs: /p:Configuration=${{ parameters.buildConfiguration }} displayName: Publish to Build Assets Registry - # - script: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 eng\publish.proj - # -warnaserror:0 -ci - # /t:NuGetPush - # /p:NuGetSource=$(_mygetFeedUrl) - # /p:NuGetApiKey=$(dotnet-myget-org-api-key) - # displayName: Push to myget.org - - script: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 build.proj -warnaserror:0 -ci /t:UpdatePublishedVersions