We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9540f commit 8876c2cCopy full SHA for 8876c2c
tools/NuGet/BuildPackages.bat
@@ -35,7 +35,7 @@ for /f %%f in ('cscript //Nologo ..\install\GetFileVersion.vbs %harvestPath%\Dyn
35
set /a count=!count!+1
36
)
37
setlocal DisableDelayedExpansion
38
-set version=%Major%.%Minor%.%Build%-beta%Revision%
+set version=%Major%.%Minor%.%Build%.%Revision%
39
40
:: Get target framework from build.xml
41
for /f %%f in ('cscript //Nologo .\GetTargetFramework.vbs ..\..\src\build.xml') do (
0 commit comments