Skip to content

Commit 7fc314f

Browse files
authored
Use nonshipping package to determine publish location for installers (#19067)
1 parent e29c495 commit 7fc314f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

eng/Publishing.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
</ItemGroup>
3131

3232
<Target Name="_PublishInstallers">
33-
<!-- This target is defined in eng/targets/Packaging.targets and included in every C# and F# project. -->
34-
<MSBuild Projects="$(RepoRoot)src\Mvc\Mvc\src\Microsoft.AspNetCore.Mvc.csproj"
33+
<!--
34+
This target is defined in eng/targets/Packaging.targets and included in every C# and F# project.
35+
We use Microsoft.AspNetCore.DeveloperCertificates.XPlat because it is a nonshipping package, and we need a non-stable version string to use as our publish location.
36+
-->
37+
<MSBuild Projects="$(RepoRoot)src\Tools\FirstRunCertGenerator\src\Microsoft.AspNetCore.DeveloperCertificates.XPlat.csproj"
3538
Targets="_GetPackageVersionInfo"
3639
SkipNonexistentProjects="false">
3740
<Output TaskParameter="TargetOutputs" ItemName="_ResolvedPackageVersionInfo" />

0 commit comments

Comments
 (0)