Add ShipInstaller=dotnetcli to manifest (dotnet/core-setup#3605)
authorDavis Goodin <dagood@users.noreply.github.com>
Fri, 19 Jan 2018 05:45:17 +0000 (23:45 -0600)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2018 05:45:17 +0000 (23:45 -0600)
Commit migrated from https://github.com/dotnet/core-setup/commit/b2a1cec3077493b88504f9e357bcc6f3db6cef0b

src/installer/publish/publish-type.proj

index a7faeed..2b7a655 100644 (file)
@@ -71,6 +71,7 @@
       <!-- Make the local relative path match what dotnet-install scripts expect -->
       <FilesToPublish>
         <RelativeBlobPath>assets/$(BinariesRelativePath)/$([System.String]::Copy('%(RecursiveDir)%(Filename)%(Extension)').Replace('\' ,'/'))</RelativeBlobPath>
+        <ManifestArtifactData>ShipInstaller=dotnetcli</ManifestArtifactData>
       </FilesToPublish>
     </ItemGroup>
   </Target>