Skip to content

Commit

Permalink
DYN-7364 Update BuildPackages.bat and remove Beta keyword for 3.3 rel…
Browse files Browse the repository at this point in the history
…ease (#15502)
  • Loading branch information
QilongTang committed Sep 23, 2024
1 parent 48ec354 commit 0f4ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/NuGet/BuildPackages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for /f %%f in ('cscript //Nologo ..\install\GetFileVersion.vbs %harvestPath%\Dyn
set /a count=!count!+1
)
setlocal DisableDelayedExpansion
set version=%Major%.%Minor%.%Build%-beta%Revision%
set version=%Major%.%Minor%.%Build%.%Revision%

:: Get target framework from build.xml
for /f %%f in ('cscript //Nologo .\GetTargetFramework.vbs ..\..\src\build.xml') do (
Expand Down

0 comments on commit 0f4ebe8

Please sign in to comment.