Mark Microsoft.DebugServices.Implementation and Microsoft.Diagnostics.ExtensionComman...
authorJuan Hoyos <juan.hoyos@microsoft.com>
Wed, 14 Apr 2021 20:07:55 +0000 (13:07 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 20:07:55 +0000 (13:07 -0700)
src/Microsoft.Diagnostics.DebugServices.Implementation/Microsoft.Diagnostics.DebugServices.Implementation.csproj
src/Microsoft.Diagnostics.ExtensionCommands/Microsoft.Diagnostics.ExtensionCommands.csproj

index b926f871a6b97d53e4898cb91a07ef58e468949f..bb0e434295d2f9956d9676023bec4caebd1cff22 100644 (file)
@@ -9,7 +9,8 @@
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <IncludeSymbols>true</IncludeSymbols>
-    <IsShippingAssembly>false</IsShippingAssembly>
+    <IsShipping>false</IsShipping>
+    <IsShippingAssembly>true</IsShippingAssembly>
   </PropertyGroup>
   
   <ItemGroup>
index c919c419e46b7db91105795432938eea8fcd0150..1d7fac1122dbd71053154b5aa0d681de7975c004 100644 (file)
@@ -6,11 +6,12 @@
     <NoWarn>;1591;1701</NoWarn>
     <Description>Diagnostics extension commands</Description>
     <IsPackable>true</IsPackable>
+    <IsShipping>false</IsShipping>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <IncludeSymbols>true</IncludeSymbols>
-    <IsShippingAssembly>false</IsShippingAssembly>
+    <IsShippingAssembly>true</IsShippingAssembly>
   </PropertyGroup>
 
   <ItemGroup>