diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-02-17 13:02:04 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-02-17 14:52:59 -0800 |
| commit | e103be995f566e42ea4cf91fda5dd0e940e5aabd (patch) | |
| tree | 2225fe4703460c9ed6dc7b2ae569efda43ae7b91 /src/build_all.cmd | |
| parent | 18c8a4eedb907b56abdd92963fffde9f59e9dae2 (diff) | |
| download | wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.gz wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.bz2 wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.zip | |
Create single .zip file for non-embedded pdb files
No longer create .snupkg/.symbols.nupkgs since they don't actually
support native pdbs, which are all of our non-embedded pdb files.
Diffstat (limited to 'src/build_all.cmd')
| -rw-r--r-- | src/build_all.cmd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build_all.cmd b/src/build_all.cmd index 050d1ab7..59cecf2b 100644 --- a/src/build_all.cmd +++ b/src/build_all.cmd | |||
| @@ -58,6 +58,12 @@ call samples\samples.cmd %_C% || exit /b | |||
| 58 | 58 | ||
| 59 | call test\test.cmd %_C% || exit /b | 59 | call test\test.cmd %_C% || exit /b |
| 60 | 60 | ||
| 61 | |||
| 62 | :: finalize build | ||
| 63 | |||
| 64 | call internal\finalize.cmd %_C% || exit /b | ||
| 65 | |||
| 66 | |||
| 61 | goto LExit | 67 | goto LExit |
| 62 | 68 | ||
| 63 | :StartDeveloperCommandPrompt | 69 | :StartDeveloperCommandPrompt |
