We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaf4cd commit dfcba6dCopy full SHA for dfcba6d
eng/SourceBuild.props
@@ -72,4 +72,19 @@
72
</PropertyGroup>
73
</Target>
74
75
+ <Target Name="GetAspnetcoreCategorizedIntermediateNupkgContents"
76
+ BeforeTargets="GetCategorizedIntermediateNupkgContents">
77
+ <PropertyGroup>
78
+ <InstallersArtifactsDir>$(CurrentRepoSourceBuildArtifactsDir)\installers\$(Configuration)\</InstallersArtifactsDir>
79
+ </PropertyGroup>
80
+
81
+ <ItemGroup>
82
+ <!--
83
+ Add the internal installers artifacts required by dotnet/installer.
84
+ -->
85
+ <IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore-runtime-internal-*.tar.gz" />
86
+ <IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore_base_runtime.version" />
87
+ </ItemGroup>
88
+ </Target>
89
90
</Project>
0 commit comments