Merge pull request #8441 from dagood/dotnetchecksums
Fix "dotnet" typo in donetclichecksums manifest data
This commit is contained in:
commit
4dc001ca47
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<ArtifactsForGeneratingChecksums Include="@(ForPublishing)">
|
<ArtifactsForGeneratingChecksums Include="@(ForPublishing)">
|
||||||
<DestinationPath>%(ForPublishing.FullPath).sha</DestinationPath>
|
<DestinationPath>%(ForPublishing.FullPath).sha</DestinationPath>
|
||||||
<RelativeBlobPath>%(ForPublishing.RelativeBlobPath).sha</RelativeBlobPath>
|
<RelativeBlobPath>%(ForPublishing.RelativeBlobPath).sha</RelativeBlobPath>
|
||||||
<ManifestArtifactData>ShipInstaller=donetclichecksums</ManifestArtifactData>
|
<ManifestArtifactData>ShipInstaller=dotnetclichecksums</ManifestArtifactData>
|
||||||
</ArtifactsForGeneratingChecksums>
|
</ArtifactsForGeneratingChecksums>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue