Adding ManifestArtifactData; changes per code review...

This commit is contained in:
jbeisner 2018-01-17 16:37:33 +00:00
parent 0c754d92fa
commit cd4b06c30d
5 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildName>CLI</BuildName>
<BuildName>cli</BuildName>
<SdkBrandName>Microsoft .NET Core SDK 2.2.0 - Preview</SdkBrandName>
<MSBuildExtensionsBrandName>.NET Standard Support for Visual Studio 2015</MSBuildExtensionsBrandName>
<SharedFrameworkBrandName>Microsoft .NET Core Runtime 2.1.0 - Preview</SharedFrameworkBrandName>

View file

@ -54,6 +54,7 @@
<ItemGroup>
<ForPublishing>
<RelativeBlobPath>$(Product)/$(FullNugetVersion)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('\' ,'/'))</RelativeBlobPath>
<ManifestArtifactData>ShipInstaller=dotnetcli</ManifestArtifactData>
</ForPublishing>
</ItemGroup>
</Target>
@ -71,6 +72,7 @@
<ItemGroup>
<CliVersionBadgeToUpload>
<RelativeBlobPath>$(Product)/$(FullNugetVersion)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('\' ,'/'))</RelativeBlobPath>
<ManifestArtifactData>ShipInstaller=dotnetcli</ManifestArtifactData>
</CliVersionBadgeToUpload>
</ItemGroup>

View file

@ -15,6 +15,7 @@
<ArtifactsForGeneratingChecksums Include="@(ForPublishing)">
<DestinationPath>%(ForPublishing.FullPath).sha</DestinationPath>
<RelativeBlobPath>%(ForPublishing.RelativeBlobPath).sha</RelativeBlobPath>
<ManifestArtifactData>ShipInstaller=donetclichecksums</ManifestArtifactData>
</ArtifactsForGeneratingChecksums>
</ItemGroup>
</Target>

View file

@ -14,6 +14,7 @@
<ItemGroup>
<ForPublishing>
<RelativeBlobPath>$([System.String]::Copy('%(RecursiveDir)%(Filename)%(Extension)').Replace('\' ,'/'))</RelativeBlobPath>
<ManifestArtifactData>ShipInstaller=dotnetcli</ManifestArtifactData>
</ForPublishing>
</ItemGroup>
<Error Condition="'@(ForPublishing)' == ''" Text="No items were found matching pattern '$(PublishPattern)'." />

View file

@ -136,8 +136,8 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
-e AZUREACCOUNTNAME \
-e RELEASETOOLSGITURL \
-e CORESETUPBLOBROOTURL \
-e PB_AssetRootUrl \
-e PB_PackageVersionPropsUrl \
-e PB_PublishBlobFeedUrl \
-e PB_ASSETROOTURL \
-e PB_PACKAGEVERSIONPROPSURL \
-e PB_PUBLISHBLOBFEEDURL \
$DOTNET_BUILD_CONTAINER_TAG \
$BUILD_COMMAND "$@"