Skip to content

Commit

Permalink
No AOT for now (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango authored Apr 22, 2024
1 parent d9f2144 commit 4c58098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
run: dotnet tool restore

- name: Restore dependencies
run: dotnet restore -r linux-x64
run: dotnet restore

- name: Build project
run: dotnet build -c Release -r linux-x64 --no-restore
run: dotnet build -c Release --no-restore

- name: Run tests
run: dotnet test -c Release --collect:"XPlat Code Coverage" --no-build
Expand Down
1 change: 0 additions & 1 deletion src/Cli/UnMango.Tdl.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<PackAsTool>true</PackAsTool>
<ToolCommandName>um</ToolCommandName>
Expand Down

0 comments on commit 4c58098

Please sign in to comment.