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 4d2530f commit 555c77bCopy full SHA for 555c77b
Build/build.bat
@@ -1,6 +1,6 @@
1
@echo off
2
SET ROOT=%~dp0..
3
-rmdir /Q /S %ROOT%\Artifacts
+if exist %ROOT%\Artifacts 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
0 commit comments