mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
cli: use win32 app mutex to detect running tunnels and tunnel sevices (#179622)
* cli: fix distro mixin * cli: use win32 app mutex to detect running tunnels and tunnel sevices Fixes #179265 * cli: fix distro mixin more * fix * fix build
This commit is contained in:
@@ -47,6 +47,8 @@ steps:
|
||||
- script: node build/azure-pipelines/cli/prepare.js
|
||||
displayName: Prepare CLI build
|
||||
env:
|
||||
VSCODE_CLI_PREPARE_ROOT: $(Build.SourcesDirectory)/.build/distro
|
||||
VSCODE_QUALITY: ${{ parameters.VSCODE_QUALITY }}
|
||||
GITHUB_TOKEN: "$(github-distro-mixin-password)"
|
||||
|
||||
- template: ../cli/install-rust-posix.yml
|
||||
|
||||
Reference in New Issue
Block a user