-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AppService] Fixes #15604, #15605: Add Dotnet5 support #15721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
72e2f79 to
2a6b2ca
Compare
|
hi @qwordy could you pls help to review? |
|
Still testing, will take PR out of draft when done |
|
OK. Will review after it is done. |
|
@calvinsID Can you help set the target branch to |
|
@panchagnula I sign-off on my side. Got to test it out with the private drop I got from @calvinsID and everything looks tip-top 🎩 |
panchagnula
left a comment
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.
LGTM
|
@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
|
/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.