This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
SET MSBUILD = " C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\Bin\MSBuild.exe"
2
2
3
3
REM %MSBUILD% build-sn.proj /target:NuGetPack /property:Configuration=Signed;RELEASE=true;PatchVersion=9
4
- %MSBUILD% build-core.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=41
5
- %MSBUILD% build.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=9
6
- %MSBUILD% build-pcl.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=9
7
- %MSBUILD% build-sl5.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=9
4
+ REM %MSBUILD% build-core.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=41
5
+ REM %MSBUILD% build.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=9
6
+ REM %MSBUILD% build-pcl.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=9
7
+ REM %MSBUILD% build-sl5.proj /target:NuGetPack /property:Configuration=Release;PatchVersion=9
8
+
9
+ msbuild /p:Configuration=Release ..\src\ServiceStack.Text.sln
8
10
You can’t perform that action at this time.
0 commit comments