Try once more to switch package manager
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -204,30 +204,30 @@ build { | |||||||
|       "scripts/Install-WinGet.ps1" |       "scripts/Install-WinGet.ps1" | ||||||
|     ] |     ] | ||||||
|   } |   } | ||||||
|   // provisioner "powershell" { |  | ||||||
|   //   inline = [ |  | ||||||
|   //     "winget install mozilla.firefox", |  | ||||||
|   //     "winget install 7zip.7zip", |  | ||||||
|   //     "winget install microsoft.dotnetframework" |  | ||||||
|   //   ] |  | ||||||
|   //   // valid_exit_codes = [0, 3010] |  | ||||||
|   // } |  | ||||||
|   provisioner "powershell" { |   provisioner "powershell" { | ||||||
|     inline = [ |     inline = [ | ||||||
|       "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12", |       "winget install mozilla.firefox", | ||||||
|       "Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" |       "winget install 7zip.7zip", | ||||||
|  |       "winget install microsoft.dotnetframework" | ||||||
|     ] |     ] | ||||||
|  |     // valid_exit_codes = [0, 3010] | ||||||
|   } |   } | ||||||
|   provisioner "powershell" { |   // provisioner "powershell" { | ||||||
|     inline           = [ |   //   inline = [ | ||||||
|       "choco config set --name=limit-output --value=LimitOutput", |   //     "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12", | ||||||
|       "choco install -y dotnetfx", |   //     "Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" | ||||||
|       "choco install -y 7zip.install", |   //   ] | ||||||
|       "choco install -y sysinternals", |   // } | ||||||
|       "choco install -y firefox" |   // provisioner "powershell" { | ||||||
|     ] |   //   inline           = [ | ||||||
|     valid_exit_codes = [0, 3010] |   //     "choco config set --name=limit-output --value=LimitOutput", | ||||||
|   } |   //     "choco install -y dotnetfx", | ||||||
|  |   //     "choco install -y 7zip.install", | ||||||
|  |   //     "choco install -y sysinternals", | ||||||
|  |   //     "choco install -y firefox" | ||||||
|  |   //   ] | ||||||
|  |   //   valid_exit_codes = [0, 3010] | ||||||
|  |   // } | ||||||
|  |  | ||||||
|   provisioner "windows-update" { |   provisioner "windows-update" { | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user