|
@@ -95,6 +95,8 @@ for:
|
|
|
- git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
|
|
- ps: New-Item -Name depot_tools\.disable_auto_update -ItemType File
|
|
|
- depot_tools\bootstrap\win_tools.bat
|
|
|
+ - ps: |
|
|
|
+ Set-Content -Path $pwd\depot_tools\build_telemetry.cfg -Value '{"user": "[email protected]", "status": "opt-out", "countdown": 10, "version": 1}'
|
|
|
- ps: $env:PATH="$pwd\depot_tools;$env:PATH"
|
|
|
- ps: >-
|
|
|
if (Test-Path -Path "$pwd\src\electron") {
|