We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3321f4 commit 8a60946Copy full SHA for 8a60946
src/DotnetPackaging.Exe.Installer/DotnetPackaging.Exe.Installer.csproj
@@ -19,12 +19,6 @@
19
<AvaloniaResource Include="Assets\**" />
20
</ItemGroup>
21
22
- <!-- Embed dynamic payload when provided at publish time -->
23
- <ItemGroup Condition="'$(InstallerPayload)' != '' and Exists('$(InstallerPayload)')">
24
- <EmbeddedResource Include="$(InstallerPayload)">
25
- <LogicalName>PAYLOAD</LogicalName>
26
- </EmbeddedResource>
27
- </ItemGroup>
28
<ItemGroup>
29
<AvaloniaResource Include="..\..\icon.png">
30
<Link>Assets/icon.png</Link>
0 commit comments