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:
authorJoyce Er <joyce.er@microsoft.com>2022-05-11 02:30:34 +0300
committerGitHub <noreply@github.com>2022-05-11 02:30:34 +0300
commitba8ced85c51569bbc2c51a24398c15ed6b61d8d3 (patch)
treec3584f86e2a76cd7f61e84b497c81f8d660b6c6b /build/azure-pipelines
parente7a0eac4dd66dfd012f3eb199c1011c85f231991 (diff)
Revert "Generate ADMX/ADML policy declaration files from static analysis" (#149194)
This reverts commit dcfe6b3b84665efb3b15ec4a718ee32f2101a333.
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 0d1c8e5cf1b..78367983406 100644
--- a/build/azure-pipelines/win32/product-build-win32.yml
+++ b/build/azure-pipelines/win32/product-build-win32.yml
@@ -129,13 +129,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)"