[net10.0] Update the Windows App SDK to 1.8#31281
[net10.0] Update the Windows App SDK to 1.8#31281MartyIX wants to merge 5 commits intodotnet:net10.0from
Conversation
|
Hey there @@MartyIX! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
|
cc @mattleibow |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/rebase |
32593b1 to
9623ae4
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
1.8 was released as the stable version. Updated. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
|
@PureWeen This PR targets the |
yea sorry i assigned the wrong milestone. this should just be net10 |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s), but failed to run 1 pipeline(s). |
Confessions: I am not even running this, CI is my machine :) But I am looking at the errors. The failing test is the PublishPackaged test in windows. I think they changed the path for the output msix to NOT include the RID.
|
|
@mattleibow It looks like only a few tests fail now. :) |
|
@dotMorten You were saying in #30858 all the references should point to |
|
|
@lothrop that is the recommended approach for 1.8+ class libraries. The meta data package in 1.8 is really just there for backwards compatibility until all the 3rd party libraries (including Maui) have done this work. |
|
@MartyIX can you rebase as maybe some issues were fixed in the tests. |
cd72c39 to
d8e1d04
Compare
Done |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@mattleibow Any idea what to try next? |
|
I am doing this in a branch that is not on a fork as I think some feeds are internal or something: #32174 |
|
closing in favor of #32174 |
Description of Change
This PR builds on top of #30665 and updates to the stable version of the SDK:
Issues Fixed
Fixes #30858