Skip to content

Commit f154779

Browse files
committed
pack
1 parent def2895 commit f154779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet test --configuration Release
2828

2929
- name: Pack
30-
run: dotnet pack --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -output "packages"
30+
run: dotnet pack --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o "packages"
3131

3232
- name: Push
3333
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)