mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-16 06:46:48 +00:00
[Windows] Implement minor improvements, rev 2 (#3839)
* implement minor improvements * Update Install-WDK.ps1 * fix nitpick
This commit is contained in:
@@ -14,6 +14,3 @@ $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