Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 20b4024

Browse files
committed
Update build.bat
1 parent 5ce596f commit 20b4024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/build.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET MSBUILD=C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
1+
SET MSBUILD="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
22

3-
REM %MSBUILD% build.proj /target:NuGetPack /property:Configuration=Release;RELEASE=true;PatchVersion=0
4-
%MSBUILD% build-sn.proj /target:NuGetPack /property:Configuration=Signed;RELEASE=true;PatchVersion=0
3+
%MSBUILD% build.proj /target:NuGetPack /property:Configuration=Release;RELEASE=true;PatchVersion=0
4+
REM %MSBUILD% build-sn.proj /target:NuGetPack /property:Configuration=Signed;RELEASE=true;PatchVersion=0

0 commit comments

Comments
 (0)