From a089e5a52c9ebb9ffb080d7d5e1fa89b5caedec4 Mon Sep 17 00:00:00 2001 From: Emanuel Fernandez Dell'Oca Date: Tue, 8 Nov 2022 14:47:01 -0500 Subject: [PATCH] [ci] Stop installing GTK This doesn't seem to be needed anymore --- automation/jobs/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/automation/jobs/build.yml b/automation/jobs/build.yml index 578c9fac..81373630 100644 --- a/automation/jobs/build.yml +++ b/automation/jobs/build.yml @@ -33,14 +33,6 @@ jobs: gci env: | format-table -autosize -wrap displayName: 'Dump Environment' - - powershell: | - [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 - - Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) - - choco install gtksharp -y - displayName: 'Install GTK#' - - ${{ if eq(parameters.EnableCodeSign, true) }}: - powershell: | $branch = '$(Build.SourceBranch)'