File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 85
85
<TargetingPackInstallerBaseName >aspnetcore-targeting-pack</TargetingPackInstallerBaseName >
86
86
87
87
<!-- Produce targeting pack installers/packages once per major.minor except in extraordinary cases i.e. 3.0.1. -->
88
- <!-- We can remove the 3.0.1 line from any branch other than release/3.0 and from here after 3.0.1 is released. -->
89
88
<IsTargetingPackBuilding Condition =" '$(DotNetBuildFromSource)' == 'true' " >false</IsTargetingPackBuilding >
90
- <IsTargetingPackBuilding
91
- Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.0.1' " >true</IsTargetingPackBuilding >
92
89
<IsTargetingPackBuilding
93
90
Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '0' " >false</IsTargetingPackBuilding >
94
91
<IsTargetingPackBuilding Condition =" '$(IsTargetingPackBuilding)' == '' " >true</IsTargetingPackBuilding >
You can’t perform that action at this time.
0 commit comments