Skip to content

Commit

Permalink
Fix link (#9446)
Browse files Browse the repository at this point in the history
Fix link rendering.
  • Loading branch information
martincostello authored Aug 13, 2024
1 parent 1b8c0b7 commit 2945aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/9.0/preview/preview7/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Requirements (depending on your environment):

## More consistent environment variables for container publishing

[@kasperk81](https://github.com/kasperk81] noticed that the environment variables that the container publish tooling use to control some of the finer aspects of registry communication and security were not aligned with the existing conventions.
[@kasperk81](https://github.com/kasperk81) noticed that the environment variables that the container publish tooling use to control some of the finer aspects of registry communication and security were not aligned with the existing conventions.
Most of the rest of the CLI uses the `DOTNET` 'namespace' for environment variables, but the container tooling used `SDK` instead. They helpfully [unified our environment variables to the `DOTNET` version](https://github.com/dotnet/sdk/pull/41769), while keeping support for the older `SDK` prefix. Going forward, please use the `DOTNET` prefix for environment variables, as we will eventually deprecate the older form.

## Introduction of Workload Sets for more control over workloads
Expand Down

0 comments on commit 2945aef

Please sign in to comment.