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 f99aeea commit 567af75
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 @@ -24,7 +24,7 @@ jobs:
NUGET_ENABLE_LEGACY_CSPROJ_PACK: true
run: |
nuget restore
gci -Recurse -Filter *.nuspec | foreach { nuget pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build -properties Configuration=Release }
gci -Recurse -Filter *.nuspec | foreach { nuget pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build -properties Configuration=Release /p:Version=$(Build.BuildNumber) }
- name: Nuget push
working-directory: .
Expand Down

0 comments on commit 567af75

Please sign in to comment.