diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-29 21:03:31 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-30 11:14:58 -0800 |
| commit | 405b90740e33d109c34cef3adda0c0664bacdd28 (patch) | |
| tree | 26b97c82ff157a20a7005503c7076146d33a7d1c /src/test/msi/TestData/CustomActionTests | |
| parent | a389a98c4dbed77cb658167badad79836e566887 (diff) | |
| download | wix-405b90740e33d109c34cef3adda0c0664bacdd28.tar.gz wix-405b90740e33d109c34cef3adda0c0664bacdd28.tar.bz2 wix-405b90740e33d109c34cef3adda0c0664bacdd28.zip | |
Require "accept EULA" in .nupkgs plus some "accept EULA" bug fixes
Resolves 9196
Diffstat (limited to 'src/test/msi/TestData/CustomActionTests')
| -rw-r--r-- | src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj b/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj index 80602295..00fb5a41 100644 --- a/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj +++ b/src/test/msi/TestData/CustomActionTests/TestCA/TestCA.csproj | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | <Project Sdk="Microsoft.NET.Sdk"> | 3 | <Project Sdk="Microsoft.NET.Sdk"> |
| 4 | <PropertyGroup> | 4 | <PropertyGroup> |
| 5 | <TargetFramework>net472</TargetFramework> | 5 | <TargetFramework>net472</TargetFramework> |
| 6 | |||
| 7 | <!-- Add some random EULA Ids for testing purposes. --> | ||
| 8 | <AcceptEula>foo;wix7;bar</AcceptEula> | ||
| 6 | </PropertyGroup> | 9 | </PropertyGroup> |
| 7 | 10 | ||
| 8 | <ItemGroup> | 11 | <ItemGroup> |
