Skip to content

Commit eb2a97b

Browse files
Update createrelease.yml
1 parent e39d56f commit eb2a97b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,8 @@ jobs:
111111
--waitfordeployment
112112
--deploymenttimeout 00:05:00
113113
--releasenotes "${{ steps.buildreleasenotes.outputs.releasenote }}"
114+
115+
- name: Build and Publish Nuget Packages
116+
run: |
117+
dotnet pack "TransactionProcessor.DataGenerator\TransactionProcessing.DataGeneration\TransactionProcessing.DataGeneration.csproj" /p:PackageVersion=${{ steps.get_version.outputs.VERSION }} --output Nugets -c Release
118+
dotnet nuget push Nugets/TransactionProcessing.DataGeneration.${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.PRIVATEFEED_APIKEY }} --source ${{ secrets.PRIVATEFEED_URL }}

0 commit comments

Comments
 (0)