aboutsummaryrefslogtreecommitdiff
path: root/src/build_init.cmd
blob: 726d7b1cda06ec37305cfab0daf9038fb59da76d (plain)
1
2
3
4
5
6
7
8
9
10
11
@setlocal
@pushd %~dp0

md ..\build\artifacts
md ..\build\logs\crashdumps
md ..\build\logs\TestResults

msbuild -Restore internal\SetBuildNumber\SomeVerInit.verproj -nologo

@popd
@endlocal