mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
Add DotnetTLS Pester test
This commit is contained in:
@@ -13,6 +13,7 @@ if(Test-Path $registryPath){
|
||||
$registryPath = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319"
|
||||
if(Test-Path $registryPath){
|
||||
Set-ItemProperty -Path $registryPath -Name $name -Value $value -Type DWORD
|
||||
}
|
||||
}
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "DotnetTLS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user