Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Feb 9, 2024
1 parent 57d2988 commit f99aeea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:

- name: Nuget pack
working-directory: .
env:
NUGET_ENABLE_LEGACY_CSPROJ_PACK: true
run: |
nuget restore
gci -Recurse -Filter *.nuspec | foreach { dotnet pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build -properties Configuration=Release }
gci -Recurse -Filter *.nuspec | foreach { nuget pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build -properties Configuration=Release }
- name: Nuget push
working-directory: .
Expand Down

0 comments on commit f99aeea

Please sign in to comment.