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 c7a3b73 commit 4d2530fCopy full SHA for 4d2530f
Build/build.bat
@@ -3,6 +3,7 @@ SET ROOT=%~dp0..
3
rmdir /Q /S %ROOT%\Artifacts
4
5
call powershell -NoProfile %ROOT%\Build\UpdateAssemblyInfo.ps1
6
+call powershell -ExecutionPolicy Bypass -NoProfile -File %ROOT%\UnitsNet\Scripts\GenerateUnits.ps1
7
call %ROOT%\Build\nuget-restore.bat
8
call %ROOT%\Build\build-src-release.bat
9
call %ROOT%\Build\build-tests.bat
0 commit comments