We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9784b2c commit f6458d7Copy full SHA for f6458d7
1 file changed
build.ps1
@@ -2,9 +2,6 @@ $ErrorActionPreference = 'Stop';
2
$files = ""
3
Write-Host Starting build
4
5
-Write-Host Disable Windows Defender
6
-Set-MpPreference -DisableRealtimeMonitoring $true
7
-
8
Write-Host Updating base images
9
docker pull microsoft/windowsservercore
10
docker pull microsoft/nanoserver
0 commit comments