Skip to content

Commit 840288b

Browse files
committed
Turned off .net native tool chain for release builds.
1 parent 5016b93 commit 840288b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.Windows/eShopOnContainers.TestRunner.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<UseVSHostingProcess>false</UseVSHostingProcess>
4242
<ErrorReport>prompt</ErrorReport>
4343
<Prefer32Bit>true</Prefer32Bit>
44-
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
44+
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
4747
<DebugSymbols>true</DebugSymbols>

src/Mobile/eShopOnContainers/eShopOnContainers.Windows/eShopOnContainers.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<UseVSHostingProcess>false</UseVSHostingProcess>
8989
<ErrorReport>prompt</ErrorReport>
9090
<Prefer32Bit>true</Prefer32Bit>
91-
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
91+
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
9292
</PropertyGroup>
9393
<ItemGroup>
9494
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->

0 commit comments

Comments
 (0)