Disable MyGet publish to unblock build
authorDavis Goodin <dagood@microsoft.com>
Thu, 24 Jan 2019 15:57:01 +0000 (09:57 -0600)
committerDavis Goodin <dagood@microsoft.com>
Thu, 24 Jan 2019 15:58:35 +0000 (09:58 -0600)
Our MyGet quota is exceeded, and this endpoint shouldn't be necessary for 3.0 build flow.

Commit migrated from https://github.com/dotnet/core-setup/commit/fd1342956d9dc19389eec09b145e77bb66056ce5

src/installer/publish/publish.proj

index 39d8f37..5e0ada8 100644 (file)
   </Target>
 
   <Target Name="PublishCoreHostPackages"
-          DependsOnTargets="CheckIfAllBuildsHavePublished;DownloadCoreHostPackages;SignPackages;DoPushCoreHostPackagesToFeed;DoPushCoreHostPackagesToAzure"
+          DependsOnTargets="CheckIfAllBuildsHavePublished;DownloadCoreHostPackages;SignPackages;DoPushCoreHostPackagesToAzure"
           Condition="'@(_MissingBlobNames)' == '' AND '$(NuGetFeedUrl)' != ''">
     <Error Condition="'$(NuGetFeedUrl)' ==''" Text="Missing required property NuGetFeedUrl" />
     <Error Condition="'$(NuGetApiKey)' == ''" Text="Missing required property NuGetApiKey" />