Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: dotnet restore Beutl.slnx

- name: Build
run: dotnet build Beutl.slnx --no-restore -f net10.0
run: dotnet build Beutl.slnx --no-restore

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet restore Beutl.slnx

- name: Build
run: dotnet build Beutl.slnx --no-restore -f net10.0
run: dotnet build Beutl.slnx --no-restore

- name: Test
run: dotnet test Beutl.slnx --no-build --verbosity normal -f net10.0 --collect:"XPlat Code Coverage" --settings coverlet.runsettings
Expand Down
3 changes: 2 additions & 1 deletion Beutl.slnx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Solution>
<Solution>
<Folder Name="/Build/">
<File Path="build\AppEntitlements.entitlements" />
</Folder>
Expand Down Expand Up @@ -38,6 +38,7 @@
<File Path="tests\Directory.Build.props" />
</Folder>
<Project Path="nukebuild\_build.csproj" />
<Project Path="src\Beutl.Engine.SourceGenerators\Beutl.Engine.SourceGenerators.csproj" />
<Project Path="src\Beutl.Api\Beutl.Api.csproj" />
<Project Path="src\Beutl.Configuration\Beutl.Configuration.csproj" />
<Project Path="src\Beutl.Controls\Beutl.Controls.csproj" />
Expand Down
Loading