-
Notifications
You must be signed in to change notification settings - Fork 382
Open
Description
Related #7747
There's a hardcoded major.minor
version of the SDK referenced
displayName: "Source Index: Use .NET 9 SDK" | |
inputs: | |
packageType: sdk | |
version: 9.0.x | |
installationPath: $(Agent.TempDirectory)/dotnet | |
workingDirectory: $(Agent.TempDirectory) |
This avoids a hardcoded version in the arcade build scripts that needs to be kept up to date and it also ensures that we are more likely to use the version of components (MSBuild/Roslyn) used to build the repo.
Metadata
Metadata
Assignees
Labels
No labels