fix master build

This commit is contained in:
Joao Moreno 2019-07-04 11:01:25 +02:00
parent 6c61f43084
commit a9de23d321

View file

@ -27,7 +27,7 @@ steps:
exec { git config user.name "VSCode" }
mkdir .build -ea 0
echo $(VSCODE_ARCH) > .build\arch
"$(VSCODE_ARCH)" | Out-File -Encoding ascii -NoNewLine .build\arch
displayName: Prepare tooling
- powershell: |