Skip to content

Commit

Permalink
Merge pull request dotnet/core-setup#5043 from dagood/disable-myget-p…
Browse files Browse the repository at this point in the history
…ublish

Disable MyGet publish to unblock build

Commit migrated from dotnet/core-setup@63a01b0
  • Loading branch information
mmitche authored Jan 24, 2019
2 parents e59e70f + 6f6fe90 commit 097a031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/publish/publish.proj
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</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" />
Expand Down

0 comments on commit 097a031

Please sign in to comment.