File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SET MSBUILD = " C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
22
3- %MSBUILD% build.proj /target:UpdateVersion /property:Configuration=Release;MinorVersion=1;PatchVersion=0
3+ %MSBUILD% build.proj /target:Default;NuGetPack /property:Configuration=Release;MinorVersion=1;PatchVersion=0
44
55REM msbuild /p:Configuration=Release ..\src\ServiceStack.Text.sln
66
Original file line number Diff line number Diff line change 4040
4141 <Target Name =" BeforeBuildSolutions" >
4242 <Message Text =" *****Before building solution*****" Importance =" high" />
43+ <CallTarget Targets =" UpdateVersion" />
4344 </Target >
4445
4546 <Target Name =" BuildSolutions" >
7677 </Target >
7778
7879 <Target Name =" NuGetPack" >
79- <CallTarget Targets =" UpdateVersion" />
80-
8180 <Delete Files =" @(NugetPackageFilesToDelete)" />
8281
8382 <ItemGroup >
You can’t perform that action at this time.
0 commit comments