mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
Refactor Get-DotnetFrameworkTools and allow multiple SDKs installation (#5464)
This commit is contained in:
@@ -103,8 +103,7 @@ Describe "GoogleCloudSDK" -Skip:(Test-IsWin22) {
|
||||
|
||||
Describe "NET48" {
|
||||
It "NET48" {
|
||||
$netPath = (Get-DotnetFrameworkTools).Path.Split("<")[0]
|
||||
${netPath} + "4.8 Tools" | Should -Exist
|
||||
(Get-DotnetFrameworkTools).Versions | Should -Contain "4.8"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user