Skip to content

Commit

Permalink
Fix MSBuild path in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
anokl committed Dec 11, 2017
1 parent d67d51b commit e02d746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
BOOST_HOME: C:\Libraries\boost_1_59_0
BOOST_LIB_PATH: C:\Libraries\boost_1_59_0\lib64-msvc-14.0
before_build:
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- cmd: set PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild;%PATH%
build:
project: Disruptor-all.sln
verbosity: normal

0 comments on commit e02d746

Please sign in to comment.