Skip to content

Commit dbe9688

Browse files
committed
fb
1 parent f1ad33d commit dbe9688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<DisablePackageReferenceRestrictions>true</DisablePackageReferenceRestrictions>
1717
<NoSemVer20>true</NoSemVer20>
1818
<IsPackable>true</IsPackable>
19-
<IsShipping>false</IsShipping>
19+
<IsShipping>true</IsShipping>
20+
<IsShipping Condition=" '$(PreReleaseVersionLabel)' == 'preview' ">false</IsShipping>
2021
<ReferenceReferenceAssemblies>false</ReferenceReferenceAssemblies>
2122
<ReferenceImplementationAssemblies>true</ReferenceImplementationAssemblies>
2223

0 commit comments

Comments
 (0)