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/Directory.csproj.props | |
| 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/Directory.csproj.props')
| -rw-r--r-- | src/Directory.csproj.props | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Directory.csproj.props b/src/Directory.csproj.props index 0663fb7f..42407929 100644 --- a/src/Directory.csproj.props +++ b/src/Directory.csproj.props | |||
| @@ -11,8 +11,7 @@ | |||
| 11 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> | 11 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup Condition=" '$(IsWixTestProject)'!='true' "> | 14 | <PropertyGroup> |
| 15 | <Content Include="$(PackageEulaSource)" Pack="true" PackagePath="/" /> | 15 | <AcceptEula>abc;wix7;xyz;123</AcceptEula> |
| 16 | <Content Include="$(PackageIconSource)" Pack="true" PackagePath="/" /> | 16 | </PropertyGroup> |
| 17 | </ItemGroup> | ||
| 18 | </Project> | 17 | </Project> |
