Skip to content

Commit 959f222

Browse files
mjkkirschnersmangarole
authored andcommitted
Update BuildPackages.bat (#9971)
1 parent 86ae03e commit 959f222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/NuGet/BuildPackages.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for /f %%f in ('cscript //Nologo ..\install\GetFileVersion.vbs %harvestPath%\Dyn
3535
set /a count=!count!+1
3636
)
3737
setlocal DisableDelayedExpansion
38-
set version=%Major%.%Minor%.%Build%-beta%Revision%
38+
set version=%Major%.%Minor%.%Build%.%Revision%
3939

4040
:: Clean files generated from the previous run
4141
if exist *.nupkg ( del *.nupkg )
@@ -49,4 +49,4 @@ for %%f in (%1\*.nuspec) do (
4949
if not exist %%~nf.%version%.nupkg (
5050
exit /b 1
5151
)
52-
)
52+
)

0 commit comments

Comments
 (0)