Skip to content

Commit

Permalink
New fix for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
b-straub committed Apr 27, 2024
1 parent 2f46647 commit 7c6a265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: BuildDexieNET
run: dotnet build DexieNET/DexieNET.csproj -c Release

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

- name: Build
run: dotnet build -c Release

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/PublishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: BuildDexieNET
run: dotnet build DexieNET/DexieNET.csproj -c Release

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

- name: Build
run: dotnet build --configuration Release

Expand Down

0 comments on commit 7c6a265

Please sign in to comment.