Skip to content

Commit 9482c29

Browse files
committed
Removed PublishReadToRun for release
1 parent 59f6925 commit 9482c29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

samples/Elmah.Io.WinUI.Sample.Net10/Elmah.Io.WinUI.Sample.Net10.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,4 @@
5151
<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
5252
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
5353
</PropertyGroup>
54-
55-
<!-- Publish Properties -->
56-
<PropertyGroup>
57-
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
58-
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
59-
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
60-
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
61-
</PropertyGroup>
6254
</Project>

0 commit comments

Comments
 (0)