We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db3b43 commit a4e35b1Copy full SHA for a4e35b1
1 file changed
build.cmd
@@ -34,6 +34,9 @@ if not DEFINED InstallDir (
34
goto BuildFail
35
)
36
37
+REM Add MSBuild to the path.
38
+set "PATH=%InstallDir%\MSBuild\Current\Bin;%PATH%"
39
+
40
REM Configure NuGet operations to work w/in this repo i.e. do not pollute system packages folder.
41
REM Note this causes two copies of packages restored using packages.config to land in this folder e.g.
42
REM StyleCpy.5.0.0/ and stylecop/5.0.0/.
0 commit comments