Skip to content

Commit 0f4ebe8

Browse files
authored
DYN-7364 Update BuildPackages.bat and remove Beta keyword for 3.3 release (#15502)
1 parent 48ec354 commit 0f4ebe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/NuGet/BuildPackages.bat

Lines changed: 1 addition & 1 deletion
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
:: Get target framework from build.xml
4141
for /f %%f in ('cscript //Nologo .\GetTargetFramework.vbs ..\..\src\build.xml') do (

0 commit comments

Comments
 (0)