Skip to content

Commit

Permalink
Remove beta word (#11237)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Nov 9, 2020
1 parent 4c9cadd commit 6b362b1
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%

:: Clean files generated from the previous run
if exist *.nupkg ( del *.nupkg )
Expand Down

0 comments on commit 6b362b1

Please sign in to comment.