Skip to content

Commit a4e35b1

Browse files
authored
Add msbuild
1 parent 4db3b43 commit a4e35b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ if not DEFINED InstallDir (
3434
goto BuildFail
3535
)
3636

37+
REM Add MSBuild to the path.
38+
set "PATH=%InstallDir%\MSBuild\Current\Bin;%PATH%"
39+
3740
REM Configure NuGet operations to work w/in this repo i.e. do not pollute system packages folder.
3841
REM Note this causes two copies of packages restored using packages.config to land in this folder e.g.
3942
REM StyleCpy.5.0.0/ and stylecop/5.0.0/.

0 commit comments

Comments
 (0)