Skip to content

Commit 95f8a78

Browse files
committed
fixup! chore: add GitHub actions
1 parent 7a36ab7 commit 95f8a78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

App/App.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,13 @@
7373

7474
<!-- Publish Properties -->
7575
<PropertyGroup>
76+
<!--
77+
This does not work in CI at the moment, so we need to set it to false
78+
Error: C:\Program Files\dotnet\sdk\9.0.102\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets(400,5): error NETSDK1094: Unable to optimize assemblies for performance: a valid runtime package was not found. Either set the PublishReadyToRun property to false, or use a supported runtime identifier when publishing. When targeting .NET 6 or higher, make sure to restore packages with the PublishReadyToRun property set to true. [D:\a\coder-desktop-windows\coder-desktop-windows\App\App.csproj]
7679
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
7780
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
81+
-->
82+
<PublishReadyToRun>False</PublishReadyToRun>
7883
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
7984
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
8085
</PropertyGroup>

0 commit comments

Comments
 (0)