diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-02-05 16:07:03 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-02-05 16:07:03 -0800 |
| commit | 669ffbe9f754fb87f7c857fff6d7e7753fa632eb (patch) | |
| tree | f8e26f9effa04a5af0739a6691611a9e5747d599 /src/setup | |
| parent | 52fe5c099b4f97fa43e0e683d704310712adcc2b (diff) | |
| download | wix-669ffbe9f754fb87f7c857fff6d7e7753fa632eb.tar.gz wix-669ffbe9f754fb87f7c857fff6d7e7753fa632eb.tar.bz2 wix-669ffbe9f754fb87f7c857fff6d7e7753fa632eb.zip | |
Remove setlocal/endlocal that are messing up signing env vars
Diffstat (limited to 'src/setup')
| -rw-r--r-- | src/setup/setup.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/setup.cmd b/src/setup/setup.cmd index 3c05d41a..0d8be1f5 100644 --- a/src/setup/setup.cmd +++ b/src/setup/setup.cmd | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @setlocal | 1 | |
| 2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
| 3 | 3 | ||
| 4 | @set _C=Debug | 4 | @set _C=Debug |
| @@ -43,4 +43,4 @@ msbuild -Restore setup.slnx -p:Configuration=%_C% -tl -nologo -m -warnaserror -b | |||
| 43 | 43 | ||
| 44 | :end | 44 | :end |
| 45 | @popd | 45 | @popd |
| 46 | @endlocal | 46 | |
