Skip to content

Commit

Permalink
Make sure the RuntimeConfigParser is in the Mono workload (#52609)
Browse files Browse the repository at this point in the history
It was defined as a pack before, but not included in the workload def
  • Loading branch information
steveisok committed May 11, 2021
1 parent 0ee10e9 commit b306268
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"abstract": true,
"description": "Android Mono Runtime and AOT Workload",
"packs": [
"Microsoft.NET.Runtime.RuntimeConfigParser.Task",
"Microsoft.NET.Runtime.MonoAOTCompiler.Task",
"Microsoft.NETCore.App.Runtime.Mono.android-arm",
"Microsoft.NETCore.App.Runtime.Mono.android-arm64",
Expand All @@ -31,6 +32,7 @@
"abstract": true,
"description": "iOS Mono Runtime and AOT Workload",
"packs": [
"Microsoft.NET.Runtime.RuntimeConfigParser.Task",
"Microsoft.NET.Runtime.MonoAOTCompiler.Task",
"Microsoft.NETCore.App.Runtime.Mono.ios-arm",
"Microsoft.NETCore.App.Runtime.Mono.ios-arm64",
Expand All @@ -47,6 +49,7 @@
"abstract": true,
"description": "tvOS Mono Runtime and AOT Workload",
"packs": [
"Microsoft.NET.Runtime.RuntimeConfigParser.Task",
"Microsoft.NET.Runtime.MonoAOTCompiler.Task",
"Microsoft.NETCore.App.Runtime.Mono.tvos-arm64",
"Microsoft.NETCore.App.Runtime.Mono.tvos-x64",
Expand Down

0 comments on commit b306268

Please sign in to comment.