[AppService] Fixes #15604, #15605: Add Dotnet5 support - #15721
Conversation
72e2f79 to
2a6b2ca
Compare
|
hi Feiyue Yu (@qwordy) could you pls help to review? |
|
Still testing, will take PR out of draft when done |
|
OK. Will review after it is done. |
|
calvin (@calvinsID) Can you help set the target branch to |
88f330a to
9f4874b
Compare
|
Sisira Panchagnula (@panchagnula) I sign-off on my side. Got to test it out with the private drop I got from calvin (@calvinsID) and everything looks tip-top 🎩 |
Sisira Panchagnula (panchagnula)
left a comment
There was a problem hiding this comment.
LGTM
|
Feiyue Yu (@qwordy) can you help us with the build errors? |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
The failed task can succeed in other PRs. Let's retry. |
|
I wrote a PR to fix it: #15804. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
It is merged. |
… runtime version is different, doesnt update runtime properly
9f4874b to
b9f96ee
Compare
thanks Feiyue Yu (@qwordy) , pulled in your changes |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Description
Fixes #15604 #15605
dotnet|5.0can be used withaz webapp createandaz webapp upTesting Guide
az webapp list-runtimes (--linux)should showdotnet|5.0as an available runtimeaz webapp uprun in a .NET5 app should work and create adotnet|5.0webappaz webapp create --runtime "dotnet|5.0"should create adotnet|5.0webappAlso included bugfixes:
az webapp create --runtimenot idempotent #15701: runningaz webapp create --runtime "node|12-lts"consecutively with the same webapp should workaz webapp upon an existing webapp with different runtime doesn't update the webapp's runtimeThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.