-
Notifications
You must be signed in to change notification settings - Fork 214
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
Use DOTNET_CONTAINER_* #4039
Use DOTNET_CONTAINER_* #4039
Conversation
@baronfel , would you recommend this? I haven't looked to what's the new stuff for the sdk, can you advice? |
@vhvb1989 This is a good future-proof step, but as we've discussed in other places I think the better fix long-term for |
also updated IIOT script Azure/Industrial-IoT#2316 these are the only two references i could find on github |
@vhvb1989 is there anything else you want me to address or can it be merged? |
looks good to me. But I would like @ellismg or @weikanglim to confirm before merging. Can you take a look please? |
/azp run azure-dev cli |
No pipelines are associated with this pull request. |
/azp run azure-dev - cli |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
SDK_CONTAINER_ are now prefixed with DOTNET_CONTAINERS_ in .NET 9 (old vars work as a fallback). Set both for now until .NET 8 is out of support.