Skip to content

Commit

Permalink
Make the build Release
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 8, 2024
1 parent b0e6661 commit 5c1b2a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
run: dotnet restore

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


- name: List Files
run: ls -la GoogleMapsApi/
run: ls -la GoogleMapsApi/bin/Release

- name: Publish NuGet
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 5c1b2a3

Please sign in to comment.