Skip to content

Merge branch 'bobbrow/compilerPathVerification' of https://github.com… #3

Merge branch 'bobbrow/compilerPathVerification' of https://github.com…

Merge branch 'bobbrow/compilerPathVerification' of https://github.com… #3

name: Copy Published Binaries Template
runs:
using: "composite"
steps:
- name: Install latest version of the C++ extension
run: |
code --install-extension ms-vscode.cpptools --force --pre-release
- name: Copy binaries from the C++ extension
run: |
cp -r ~/.vscode/extensions/ms-vscode.cpptools-1.*/bin/* ./Extension/bin
shell: bash
- name: Uninstall the C++ extension
run: |
code --uninstall-extension ms-vscode.cpptools