We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c1716 commit d59eae7Copy full SHA for d59eae7
src/LoopbackManager.App/Properties/PublishProfiles/win10-x64.pubxml
@@ -10,11 +10,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
10
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
11
<SelfContained>true</SelfContained>
12
<PublishSingleFile>False</PublishSingleFile>
13
- <PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
14
- <PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
15
- <!--
16
- See https://github.com/microsoft/CsWinRT/issues/373
17
- <PublishTrimmed>True</PublishTrimmed>
18
- -->
+ <PublishReadyToRun>False</PublishReadyToRun>
19
</PropertyGroup>
20
</Project>
0 commit comments