mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 10:47:27 +08:00 
			
		
		
		
	TeamCity: disable Windows Defender (#2775)
Shaves off 3 minutes out of every windows build.
This commit is contained in:
		 Alessandro Arzilli
					Alessandro Arzilli
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							cd9e6c02a6
						
					
				
				
					commit
					183bb8dffd
				
			| @ -3,6 +3,8 @@ param ( | |||||||
|     [Parameter(Mandatory = $true)][string]$arch |     [Parameter(Mandatory = $true)][string]$arch | ||||||
| ) | ) | ||||||
|  |  | ||||||
|  | Set-MpPreference -DisableRealtimeMonitoring $true | ||||||
|  |  | ||||||
| # Install Chocolatey | # Install Chocolatey | ||||||
| #Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | #Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user