File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2323 </PropertyGroup >
2424 <Import Project =" ../tools/Sign.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
2525
26+ <Import Project =" $(RepositoryEngineeringDir)Publishing.props" Condition =" Exists('$(RepositoryEngineeringDir)Publishing.props')" />
27+
2628 <UsingTask TaskName =" GenerateChecksums" AssemblyFile =" $(InstallerTasksAssemblyPath)" />
2729
2830 <PropertyGroup >
5658 <ManifestBuildData Include =" AzureDevOpsBranch=$(BUILD_SOURCEBRANCH)" />
5759 </ItemGroup >
5860
61+ <!--
62+ Set metadata for assets that are not marked as NonShipping.
63+ This is used to determine if the asset should be shipped as part of .NET release.
64+ -->
65+ <ItemDefinitionGroup >
66+ <ItemsToPush >
67+ <ManifestArtifactData Condition =" '$(ProducesDotNetReleaseShippingAssets)' == 'true'" >DotNetReleaseShipping=true</ManifestArtifactData >
68+ </ItemsToPush >
69+ </ItemDefinitionGroup >
70+
5971 <!--
6072 Run Arcade's signing project directly. The 'eng/Signing.props' extensibility props file checks
6173 if '$(<StageName>)' == 'true' and points Arcade to the correct files.
You can’t perform that action at this time.
0 commit comments