Skip to content

Commit

Permalink
Fix release build (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkjenn authored Oct 10, 2024
1 parent d5eacc1 commit 9e927ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
run: dotnet restore "./src/Vipps.net/Vipps.net.csproj"
# Create Nuget package.
- name: Build project
run: dotnet build "./src/" --configuration Release
run: |
dotnet build "./src/Vipps.net.Models.Checkout" --configuration Release
dotnet build "./src/Vipps.net.Models.Epayment" --configuration Release
dotnet build "./src/Vipps.net" --configuration Release
- name: Install Paket
run: dotnet tool install Paket --tool-path .paket
Expand Down

0 comments on commit 9e927ac

Please sign in to comment.