Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-straub committed May 5, 2024
1 parent 33c12c4 commit 30c8f4d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
with:
dotnet-version: 8.0.x

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

- name: Pack DexieNET
run: dotnet pack DexieNET/DexieNET.csproj -c Release

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

- name: Pack DexieCloudNET
run: dotnet pack DexieCloudNET/DexieCloudNET.csproj -c Release

Expand Down

0 comments on commit 30c8f4d

Please sign in to comment.