diff options
author | Rob Mensching <rob@firegiant.com> | 2024-04-07 03:26:12 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-04-25 13:31:39 -0700 |
commit | 4983aeeb2da6e96bc8aad698752b3b962f58e585 (patch) | |
tree | 40a5eee15554c599086f12d0d426ba37060b050a /src/build_init.cmd | |
parent | 973a1764223d7313beef03a66f6218905b07870b (diff) | |
download | wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.gz wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.bz2 wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.zip |
Move to ReleaseFlow and SomeVer
Diffstat (limited to 'src/build_init.cmd')
-rw-r--r-- | src/build_init.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_init.cmd b/src/build_init.cmd index c9c27c57..726d7b1c 100644 --- a/src/build_init.cmd +++ b/src/build_init.cmd | |||
@@ -5,7 +5,7 @@ md ..\build\artifacts | |||
5 | md ..\build\logs\crashdumps | 5 | md ..\build\logs\crashdumps |
6 | md ..\build\logs\TestResults | 6 | md ..\build\logs\TestResults |
7 | 7 | ||
8 | msbuild -Restore internal\SetBuildNumber\SetBuildNumber.proj -nologo | 8 | msbuild -Restore internal\SetBuildNumber\SomeVerInit.verproj -nologo |
9 | 9 | ||
10 | @popd | 10 | @popd |
11 | @endlocal | 11 | @endlocal |