File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
204204
205205 Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
206- $null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
206+ $null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
207207 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
208208
209209 Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
203203
204204 Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
205- $null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
205+ $null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
206206 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
207207
208208 Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
171171
172172 Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
173- $null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
173+ $null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
174174 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
175175
176176 Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta
Original file line number Diff line number Diff line change 7777 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
7878
7979 Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
80- $null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
80+ $null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
8181 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
8282
8383 Write-Host -Object "`nInstalling Visual C++ Redistributable" -ForegroundColor Magenta
Original file line number Diff line number Diff line change 1- https://github.com/HotCakeX/Harden-Windows-Security/releases/download/AppControlManager-v2.0.49 .0/AppControl.Manager_2.0.49 .0.msixbundle
1+ https://github.com/HotCakeX/Harden-Windows-Security/releases/download/AppControlManager-v2.0.50 .0/AppControl.Manager_2.0.50 .0.msixbundle
Original file line number Diff line number Diff line change 1- 2.0.49 .0
1+ 2.0.50 .0
Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ function Build_ACM {
513513 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
514514
515515 Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
516- $null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
516+ $null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
517517 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
518518
519519 Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ function Build_HSS {
416416 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
417417
418418 Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
419- $null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
419+ $null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
420420 if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
421421
422422 Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta
You can’t perform that action at this time.
0 commit comments