Skip to content

Commit

Permalink
Update BuildPackages.bat (DynamoDS#11340)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner authored Dec 8, 2020
1 parent 31f77d9 commit 3bf7f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -49,4 +49,4 @@ for %%f in (%1\*.nuspec) do (
if not exist %%~nf.%version%.nupkg (
exit /b 1
)
)
)

0 comments on commit 3bf7f86

Please sign in to comment.