Skip to content

Commit 4d2530f

Browse files
committed
build.bat: Add step to regenerate source code
Ensure we are running the latest changes. Typically happens when merging multiple PRs at the same time.
1 parent c7a3b73 commit 4d2530f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ SET ROOT=%~dp0..
33
rmdir /Q /S %ROOT%\Artifacts
44

55
call powershell -NoProfile %ROOT%\Build\UpdateAssemblyInfo.ps1
6+
call powershell -ExecutionPolicy Bypass -NoProfile -File %ROOT%\UnitsNet\Scripts\GenerateUnits.ps1
67
call %ROOT%\Build\nuget-restore.bat
78
call %ROOT%\Build\build-src-release.bat
89
call %ROOT%\Build\build-tests.bat

0 commit comments

Comments
 (0)