We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944741c commit 16cfd92Copy full SHA for 16cfd92
.github/workflows/vs2019/run-tests.bat
@@ -1,5 +1,8 @@
1
@REM Run tests on visual studio 2019 generated build
2
3
+@echo "Set up PATH to find Visual Studio tools"
4
+call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
5
+
6
@echo PATH:
7
@echo
8
@echo %PATH%
0 commit comments