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 | |
parent | 464575def4341d65bc3fa72298798755cdee527e (diff) | |
download | wix-05f2de99258c81b2781a9dd30847a00242f53180.tar.gz wix-05f2de99258c81b2781a9dd30847a00242f53180.tar.bz2 wix-05f2de99258c81b2781a9dd30847a00242f53180.zip |
Make all test roll forward
4 files changed, 1 insertions, 3 deletions
diff --git a/src/Directory.csproj.targets b/src/Directory.csproj.targets index 4ec71cf1..51b14c06 100644 --- a/src/Directory.csproj.targets +++ b/src/Directory.csproj.targets | |||
@@ -13,6 +13,7 @@ | |||
13 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> | 13 | <Target Name="__SetAssemblyInfoFromGit" DependsOnTargets="__SetPropertiesFromGit" BeforeTargets="GetAssemblyVersion" /> |
14 | 14 | ||
15 | <PropertyGroup Condition=" '$(IsWixTestProject)'=='true' "> | 15 | <PropertyGroup Condition=" '$(IsWixTestProject)'=='true' "> |
16 | <RollForward>Major</RollForward> | ||
16 | <IsPackable>false</IsPackable> | 17 | <IsPackable>false</IsPackable> |
17 | <SignOutput>false</SignOutput> | 18 | <SignOutput>false</SignOutput> |
18 | </PropertyGroup> | 19 | </PropertyGroup> |
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index 5d5c25fb..7aeb8aad 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | |||
@@ -5,7 +5,6 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>net6.0</TargetFramework> | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | 7 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> |
8 | <RollForward>Major</RollForward> | ||
9 | <IsWixTestProject>true</IsWixTestProject> | 8 | <IsWixTestProject>true</IsWixTestProject> |
10 | </PropertyGroup> | 9 | </PropertyGroup> |
11 | 10 | ||
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 | ||