chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.05k stars 890 forks source link

(build) Install dotnet-6.0-runtime for QA Build #3413

Closed Windos closed 3 months ago

Windos commented 3 months ago

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

gep13 commented 3 months ago

@Windos thanks for getting this added!