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 dd2c23d commit 57d2988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: .
run: |
nuget restore
gci -Recurse -Filter *.nuspec | foreach { nuget pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build -properties Configuration=Release }
gci -Recurse -Filter *.nuspec | foreach { dotnet pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build -properties Configuration=Release }
- name: Nuget push
working-directory: .
Expand Down

0 comments on commit 57d2988

Please sign in to comment.