diff options
author | Rob Mensching <rob@firegiant.com> | 2022-08-08 10:43:49 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-08-08 19:44:05 -0700 |
commit | 2f1a8d6caa50640925bf634062121391c450a5ed (patch) | |
tree | 95268f2ba1e6f2f11569922bce0b5d649076e97b /src/setup/setup.cmd | |
parent | d0882c24534f9bcdba63641ff9ef2cfc7780d879 (diff) | |
download | wix-2f1a8d6caa50640925bf634062121391c450a5ed.tar.gz wix-2f1a8d6caa50640925bf634062121391c450a5ed.tar.bz2 wix-2f1a8d6caa50640925bf634062121391c450a5ed.zip |
Generate metadata needed to populate update feed
Step towards completing 5367
Diffstat (limited to 'src/setup/setup.cmd')
-rw-r--r-- | src/setup/setup.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup/setup.cmd b/src/setup/setup.cmd index 8096792b..8a7b01c9 100644 --- a/src/setup/setup.cmd +++ b/src/setup/setup.cmd | |||
@@ -17,6 +17,8 @@ | |||
17 | @echo Building setup %_C% | 17 | @echo Building setup %_C% |
18 | 18 | ||
19 | :: Build | 19 | :: Build |
20 | msbuild -Restore MetadataTask\MetadataTask.csproj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\setup_task.binlog || exit /b | ||
21 | |||
20 | msbuild -Restore setup.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b | 22 | msbuild -Restore setup.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b |
21 | 23 | ||
22 | :: Publish | 24 | :: Publish |