Create project templates target to 10.0#44349
Conversation
|
Looks like we need to merge the #43015 code flow first to address the error message.
|
|
@v-wuzhai the other PR is now in so we can fix the merge conflicts and start getting this one unblocked. |
| "datatype": "bool", | ||
| "parameters": { | ||
| "pattern": "^(net5.0|net6.0|net7.0|net8.0|net9.0)$*", | ||
| "pattern": "^(net5.0|net6.0|net7.0|net8.0|net9.0|net10.0)$*", |
There was a problem hiding this comment.
| "pattern": "^(net5.0|net6.0|net7.0|net8.0|net9.0|net10.0)$*", | |
| "pattern": "^net([5-9]|[1-9]\\d{1,})\\.0$*", |
as done in
|
ci checks passed @marcpopMSFT |
|
Should we remove the 9.0 templates (like we removed 8.0 from the 9.0 branch)? We can do those changes in a separate PR. Still not sure why the net9.0 version is missing from the test run as it'll be needed eventually. Is that because we're using a VS image that doesn't have 9 yet maybe? |
marcpopMSFT
left a comment
There was a problem hiding this comment.
Approving assuming we'll do the other changes I outlined in a separate PR.
|
@marcpopMSFT I will submit a separate PR to address the issues you mentioned. |
|
@marcpopMSFT I have created an issue to track the missing net9.0 templates: #44736. We will update our test environment once the templates are available. |
No description provided.