Skip to content

Commit

Permalink
Nuget Release (#11098)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Sep 4, 2020
1 parent 443e9e5 commit 18fd637
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 18fd637

Please sign in to comment.