Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Moreno <joao.moreno@microsoft.com>2022-05-25 15:42:17 +0300
committerGitHub <noreply@github.com>2022-05-25 15:42:17 +0300
commit73dda0c06add139307f6be753cea50028bcde05b (patch)
tree76e98a97bbd256f6743b2d72a6e7ece51247c0e3 /build/azure-pipelines
parent52c5c31139826f8c3448c22e6c9472376ea40ba8 (diff)
remove UpdateMode policy (#150357)
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/win32/product-build-win32.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/azure-pipelines/win32/product-build-win32.yml b/build/azure-pipelines/win32/product-build-win32.yml
index 4b746afc2a1..7501869b57d 100644
--- a/build/azure-pipelines/win32/product-build-win32.yml
+++ b/build/azure-pipelines/win32/product-build-win32.yml
@@ -139,13 +139,6 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
- exec { node build\lib\policies }
- displayName: Generate Group Policy definitions
- condition: and(succeeded(), ne(variables['VSCODE_PUBLISH'], 'false'))
-
- - powershell: |
- . build/azure-pipelines/win32/exec.ps1
- $ErrorActionPreference = "Stop"
$env:VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)"
exec { yarn gulp "vscode-win32-$(VSCODE_ARCH)-min-ci" }
echo "##vso[task.setvariable variable=CodeSigningFolderPath]$(agent.builddirectory)/VSCode-win32-$(VSCODE_ARCH)"