Skip to content
Snippets Groups Projects
Commit 22757b78 authored by Soeren Peters's avatar Soeren Peters
Browse files

Add MSBuild to path.

parent 68f6490c
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,8 @@ windows:
- git --version
- $env:Path += ";C:\Program Files\CMake\bin\"
- cmake --version
- $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
- MSBuild.exe -version
script:
- cd $CI_PROJECT_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment