(build) Install dotnet-6.0-runtime for QA Build #1043
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description Of Changes
This PR installs the
dotnet-6.0-runtime
package required for the QA Build / Dependency-Check to run.Motivation and Context
Older versions of the build agent had this baked in, but it is no longer in newer versions. Instead of re-introducing it to the build agent image, we'll install it when needed in order to run the Dependency-Check task.
Testing
To test that the build agents can install
dotnet-6.0-runtime
and that installing it allows the Dependency-Check task to run, the user data script was temporarily amended to add this install at that point in the build process.This worked and the Dependency-Check task ran as expected.
Operating Systems Testing
Change Types Made
Build
Change Checklist
Related Issue
N/A