Stop downloading app hosts for android
This commit is contained in:
parent
fa9377fa69
commit
9c8ffb2f43
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
|
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
|
||||||
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
|
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
|
||||||
AppHostRuntimeIdentifiers="@(NetCoreAppHostRids, '%3B')"
|
AppHostRuntimeIdentifiers="@(NetCoreAppHostRids, '%3B')"
|
||||||
|
ExcludedRuntimeIdentifiers="android"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
|
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
|
||||||
|
@ -502,6 +503,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
|
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
|
||||||
AppHostPackVersion="$(_NET60RuntimePackVersion)"
|
AppHostPackVersion="$(_NET60RuntimePackVersion)"
|
||||||
AppHostRuntimeIdentifiers="@(Net60AppHostRids, '%3B')"
|
AppHostRuntimeIdentifiers="@(Net60AppHostRids, '%3B')"
|
||||||
|
ExcludedRuntimeIdentifiers="android"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
|
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
|
||||||
|
|
Loading…
Reference in a new issue