Skip to content

Commit 5e36870

Browse files
Update createrelease.yml
1 parent 6e196c6 commit 5e36870

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/createrelease.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,9 @@ jobs:
118118
with:
119119
dotnet-version: 3.0.100
120120

121+
- name: Build and Publish Nuget Packages
122+
run: |
123+
dotnet pack "TransactionProcessor.Client\TransactionProcessor.Client.csproj" /p:PackageVersion=${{ steps.get_version.outputs.VERSION }} --output Nugets
124+
dotnet nuget push Nugets/TransactionProcessor.Client.${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.MYGET_APIKEY }} --source https://www.myget.org/F/transactionprocessing/api/v2/package
125+
126+

0 commit comments

Comments
 (0)