Skip to content

Commit

Permalink
Merge pull request #14266 from dotnet/marcpopMSFT-fixapphostdownload
Browse files Browse the repository at this point in the history
Stop app host downloads for android
  • Loading branch information
marcpopMSFT authored Aug 9, 2022
2 parents 063d79e + 005dd23 commit b33d35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ Copyright (c) .NET Foundation. All rights reserved.
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
AppHostRuntimeIdentifiers="@(NetCoreAppHostRids, '%3B')"
ExcludedRuntimeIdentifiers="android"
/>
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
Expand Down

0 comments on commit b33d35c

Please sign in to comment.