Disable UpdateVersionsRepo: unblock official build (dotnet/core-setup#5033)
authorDavis Goodin <dagood@users.noreply.github.com>
Wed, 23 Jan 2019 19:20:58 +0000 (13:20 -0600)
committerGitHub <noreply@github.com>
Wed, 23 Jan 2019 19:20:58 +0000 (13:20 -0600)
Commit migrated from https://github.com/dotnet/core-setup/commit/0d8cb4c2c8345dff6a351b1ec6d428ab703c0b49

src/installer/publish/publish.proj

index 5d08a6a..c20635d 100644 (file)
@@ -32,7 +32,7 @@
 
   <Target Name="PublishFinalOutput"
           Condition="'$(Finalize)' == 'true'"
-          DependsOnTargets="PublishCoreHostPackages;SetupPublishSymbols;PublishSymbols;FinalizeBuildInAzure;UpdateVersionsRepo" />
+          DependsOnTargets="PublishCoreHostPackages;SetupPublishSymbols;PublishSymbols;FinalizeBuildInAzure" />
     
   <Target Name="GetPackagesToSign" DependsOnTargets="GatherShippingPackages">
     <ItemGroup>