Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-straub committed Apr 26, 2024
1 parent 1afeb97 commit 073d914
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
dotnet-version: 8.0.x

- name: BuildDexieNET
run: dotnet build DexieNET/DexieNET.csproj -c Release

- name: BuildDexieCloudNET
run: dotnet build DexieCloudNET/DexieCloudNET.csproj -c Release

- name: Build
run: dotnet build -c Release

Expand Down

0 comments on commit 073d914

Please sign in to comment.