This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- SET MSBUILD = " C:\Program Files (x86)\Microsoft Visual Studio\Preview \Community\MSBuild\15.0\Bin\MSBuild.exe"
1
+ SET MSBUILD = " C:\Program Files (x86)\Microsoft Visual Studio\2017 \Community\MSBuild\15.0\Bin\MSBuild.exe"
2
2
3
- REM %MSBUILD% build-sn.proj /target:NuGetPack /property:Configuration=Signed;RELEASE=true;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
3
+ %MSBUILD% build.proj /target:UpdateVersion /property:Configuration=Release;MinorVersion=1;PatchVersion=0
8
4
9
- msbuild /p:Configuration=Release ..\src\ServiceStack.Text.sln
5
+ REM msbuild /p:Configuration=Release ..\src\ServiceStack.Text.sln
10
6
Original file line number Diff line number Diff line change 76
76
</Target >
77
77
78
78
<Target Name =" NuGetPack" >
79
+ <CallTarget Targets =" UpdateVersion" />
80
+
79
81
<Delete Files =" @(NugetPackageFilesToDelete)" />
80
82
81
83
<ItemGroup >
You can’t perform that action at this time.
0 commit comments