You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dotnet-helix-service has a requirement on the .NET 6 runtime because it utilizes secret-manager, which is not yet updated to .NET 8 support. AFTER #1430 is completed and secret-manager targets .NET 8, we should remove these additional runtime installs from the dotnet-helix-service build.
This issue depends on an issue that is not part of the spike: #2413
@markwilkie@ilyas1974 Should #2413 be moved to the spike, or this issue removed? (With the understanding that this would add at least 2 or 3 weeks to the spike)?
Dotnet-helix-service has a requirement on the .NET 6 runtime because it utilizes secret-manager, which is not yet updated to .NET 8 support. AFTER #1430 is completed and secret-manager targets .NET 8, we should remove these additional runtime installs from the dotnet-helix-service build.
Sample .NET 6 runtime install - https://dev.azure.com/dnceng/internal/_git/dotnet-helix-service?path=/eng/deploy.yaml&version=GBmain&line=30&lineEnd=34&lineStartColumn=1&lineEndColumn=23&lineStyle=plain&_a=contents
There are more locations in the repo which also install 6.0 and should be updated.
The text was updated successfully, but these errors were encountered: