Skip to content

Commit

Permalink
Disable pack for projects (#2496)
Browse files Browse the repository at this point in the history
Co-authored-by: Franco Fung <[email protected]>
  • Loading branch information
FuPingFranco and Franco Fung authored Feb 23, 2024
1 parent 1fb551d commit 703639d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<DelaySign>True</DelaySign>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<ErrorOnDuplicatePublishOutputFiles>False</ErrorOnDuplicatePublishOutputFiles>
<IsPackable>false</IsPackable>
</PropertyGroup>

<!-- Uncomment only when running EtwProfiler diagnoser on Release-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 703639d

Please sign in to comment.