File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : dotnet publish Installer/PerformanceMonitorInstaller.csproj -c Release
4848
4949 - name : Publish GUI Installer
50- run : dotnet publish InstallerGui/InstallerGui.csproj -c Release -r win-x64 --self-contained
50+ run : dotnet publish InstallerGui/InstallerGui.csproj -c Release
5151
5252 - name : Package release artifacts
5353 if : github.event_name == 'release'
Original file line number Diff line number Diff line change 1212 <Company >Darling Data, LLC</Company >
1313 <Copyright >Copyright © 2026 Darling Data, LLC</Copyright >
1414 <ApplicationIcon >EDD.ico</ApplicationIcon >
15+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
16+ <PublishSingleFile >true</PublishSingleFile >
17+ <SelfContained >true</SelfContained >
18+ <IncludeNativeLibrariesForSelfExtract >true</IncludeNativeLibrariesForSelfExtract >
19+ <PublishTrimmed >false</PublishTrimmed >
20+ <EnableCompressionInSingleFile >true</EnableCompressionInSingleFile >
1521 <EnableNETAnalyzers >true</EnableNETAnalyzers >
1622 <AnalysisLevel >latest-recommended</AnalysisLevel >
1723 <NoWarn >CA1849;CA2007;CA1508;CA1031;CA1001;CA1822;CA1305;CA2100;CA1002;CA1845;CA1861;CA2234;CA1062;CA1823</NoWarn >
You can’t perform that action at this time.
0 commit comments