diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-11-15 17:53:46 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-11-16 14:57:53 -0800 |
| commit | 39ff17ea54c119c3aa926ee5c3d4628204b93d31 (patch) | |
| tree | 422ed11f91cf55b08864154faad0a2e296b8e488 /src/setup/setup.cmd | |
| parent | fcd24ed09ddd3275220481c676f7f0c64d3c4a33 (diff) | |
| download | wix-robmen/dev10.tar.gz wix-robmen/dev10.tar.bz2 wix-robmen/dev10.zip | |
Migrate all .sln files to .slnxrobmen/dev10
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/setup/setup.cmd')
| -rw-r--r-- | src/setup/setup.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/setup.cmd b/src/setup/setup.cmd index 2b44b8db..3c05d41a 100644 --- a/src/setup/setup.cmd +++ b/src/setup/setup.cmd | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | :: Build | 20 | :: Build |
| 21 | msbuild -Restore MetadataTask\MetadataTask.csproj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_task.binlog || exit /b | 21 | msbuild -Restore MetadataTask\MetadataTask.csproj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_task.binlog || exit /b |
| 22 | 22 | ||
| 23 | msbuild -Restore setup.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b | 23 | msbuild -Restore setup.slnx -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\setup_build.binlog || exit /b |
| 24 | 24 | ||
| 25 | :: Publish | 25 | :: Publish |
| 26 | 26 | ||
