Changing test; fixing null check

This commit is contained in:
Tim Heuer
2020-01-31 12:22:23 -08:00
parent 5817abf347
commit 3ef0817a4a
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
vs-version: "[16.4,16.5]"
- name: echo msbuild path
run: echo ${{ steps.setup_msbuild.outputs.msbuildPath }}
run: echo "${{ steps.setup_msbuild.outputs.msbuildPath }}"
- name: echo vswhere
run: vswhere.exe