-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Add runtime packs to workload manifests (#12168)
Runtime pack entries should be included in all workload manifest files, even though they will not yet be resolved from the packs folder due to dotnet/sdk#14044. These changes will also allow us to start producing .msi files for the runtime packs for an eventual inclusion in the Visual Studio installer.
- Loading branch information
Showing
4 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -22,6 +24,14 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ | |
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -27,6 +31,22 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -22,6 +24,14 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
"packs": [ | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]", | ||
"Microsoft.@[email protected]" | ||
], | ||
"extends": [ | ||
|
@@ -22,6 +24,14 @@ | |
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "framework", | ||
"version": "@VERSION@" | ||
}, | ||
"Microsoft.@[email protected]": { | ||
"kind": "template", | ||
"version": "@VERSION@" | ||
|
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests failed on Build ❌
Tests failed on Build.
API diff
✅ API Diff from stable
View API diff
API & Generator diff
✅ API Diff (from PR only) (no change)
✅ Generator Diff (no change)
Packages generated
View packages
Test results
21 tests failed, 203 tests passed.
Failed tests
Pipeline on Agent XAMBOT-1038.BigSur'
[dotnet] Add runtime packs to workload manifests (#12168)
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥
Not enough free space in the host.
Pipeline on Agent
[dotnet] Add runtime packs to workload manifests (#12168)
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[dotnet] Add runtime packs to workload manifests (#12168)
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[dotnet] Add runtime packs to workload manifests (#12168)
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac Catalina (10.15) ✅
Tests passed
All tests on macOS X Mac Catalina (10.15) passed.
Pipeline on Agent
[dotnet] Add runtime packs to workload manifests (#12168)
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac Mojave (10.14) ✅
Tests passed
All tests on macOS X Mac Mojave (10.14) passed.
Pipeline on Agent
[dotnet] Add runtime packs to workload manifests (#12168)
a150c1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac High Sierra (10.13) ✅
Tests passed
All tests on macOS X Mac High Sierra (10.13) passed.
Pipeline on Agent
[dotnet] Add runtime packs to workload manifests (#12168)