Skip to content

Commit

Permalink
Specify win-x64 as a valid platform in the microsoft-net-runtime-* wo…
Browse files Browse the repository at this point in the history
…rkloads for iOS/tvOS/MacCatalyst (#56312)

In a prior change, win-x64 was specified for runtimes-*, but it is also needed in the other workloads

Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
  • Loading branch information
github-actions[bot] and Steve Pfister committed Jul 26, 2021
1 parent 2b16e1c commit 64453dd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"Microsoft.NETCore.App.Runtime.AOT.Cross.iossimulator-x86"
],
"extends": [ "runtimes-ios" ],
"platforms": [ "osx-arm64", "osx-x64" ]
"platforms": [ "win-x64", "osx-arm64", "osx-x64" ]
},
"runtimes-ios": {
"abstract": true,
Expand All @@ -72,7 +72,7 @@
"Microsoft.NETCore.App.Runtime.AOT.Cross.maccatalyst-x64"
],
"extends": [ "runtimes-maccatalyst" ],
"platforms": [ "osx-arm64", "osx-x64" ]
"platforms": [ "win-x64", "osx-arm64", "osx-x64" ]
},
"runtimes-maccatalyst": {
"abstract": true,
Expand Down Expand Up @@ -105,7 +105,7 @@
"Microsoft.NETCore.App.Runtime.AOT.Cross.tvossimulator-x64"
],
"extends": [ "runtimes-tvos" ],
"platforms": [ "osx-arm64", "osx-x64" ]
"platforms": [ "win-x64", "osx-arm64", "osx-x64" ]
},
"runtimes-tvos": {
"abstract": true,
Expand Down

0 comments on commit 64453dd

Please sign in to comment.