diff options
author | Rob Mensching <rob@firegiant.com> | 2021-12-30 12:09:51 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-12-30 12:51:23 -0800 |
commit | 07599b27596af68f0917c1afc6a748af3a3cda2f (patch) | |
tree | 41642eed0ba470f5dbd632a19100c628a8711995 /src | |
parent | a63024bb9c9bf431ab20b5653ae605503147aeec (diff) | |
download | wix-07599b27596af68f0917c1afc6a748af3a3cda2f.tar.gz wix-07599b27596af68f0917c1afc6a748af3a3cda2f.tar.bz2 wix-07599b27596af68f0917c1afc6a748af3a3cda2f.zip |
Put samples build log in correct folder
Diffstat (limited to 'src')
-rw-r--r-- | src/samples/samples.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samples/samples.cmd b/src/samples/samples.cmd index 62886301..0321f75e 100644 --- a/src/samples/samples.cmd +++ b/src/samples/samples.cmd | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | nuget restore || exit /b | 13 | nuget restore || exit /b |
14 | 14 | ||
15 | msbuild -t:Build -p:Configuration=%_C% -bl:..\..\samples_build.binlog || exit /b | 15 | msbuild -t:Build -p:Configuration=%_C% -bl:..\..\build\logs\samples_build.binlog || exit /b |
16 | 16 | ||
17 | @popd | 17 | @popd |
18 | @endlocal | 18 | @endlocal |