diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-10-03 10:45:46 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-10-03 12:29:27 -0700 |
| commit | 05f2de99258c81b2781a9dd30847a00242f53180 (patch) | |
| tree | a6d56bcceb7f5d77be5b80798d7621542e040daf /src/test | |
| parent | 464575def4341d65bc3fa72298798755cdee527e (diff) | |
| download | wix-05f2de99258c81b2781a9dd30847a00242f53180.tar.gz wix-05f2de99258c81b2781a9dd30847a00242f53180.tar.bz2 wix-05f2de99258c81b2781a9dd30847a00242f53180.zip | |
Make all test roll forward
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj | 1 | ||||
| -rw-r--r-- | src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj b/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj index 811f3ed2..7305dcbf 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj +++ b/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>net6.0-windows</TargetFramework> | 6 | <TargetFramework>net6.0-windows</TargetFramework> |
| 7 | <PlatformTarget>x64</PlatformTarget> | 7 | <PlatformTarget>x64</PlatformTarget> |
| 8 | <RollForward>Major</RollForward> | ||
| 9 | <IsWixTestProject>true</IsWixTestProject> | 8 | <IsWixTestProject>true</IsWixTestProject> |
| 10 | </PropertyGroup> | 9 | </PropertyGroup> |
| 11 | 10 | ||
diff --git a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj index b2e384b1..7e479327 100644 --- a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj +++ b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>net6.0-windows</TargetFramework> | 6 | <TargetFramework>net6.0-windows</TargetFramework> |
| 7 | <PlatformTarget>x64</PlatformTarget> | 7 | <PlatformTarget>x64</PlatformTarget> |
| 8 | <RollForward>Major</RollForward> | ||
| 9 | <IsWixTestProject>true</IsWixTestProject> | 8 | <IsWixTestProject>true</IsWixTestProject> |
| 10 | </PropertyGroup> | 9 | </PropertyGroup> |
| 11 | 10 | ||
