File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Build and Publish Nuget Packages
121121 run : |
122- dotnet pack "TransactionProcessorACL.DataTranferObjects \TransactionProcessorACL.DataTranferObjects .csproj" /p:PackageVersion=${{ steps.get_version.outputs.VERSION }} --output Nugets
123- dotnet nuget push Nugets/TransactionProcessorACL.DataTranferObjects .${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.MYGET_APIKEY }} --source https://www.myget.org/F/transactionprocessing/api/v2/package
122+ dotnet pack "TransactionProcessorACL.DataTransferObjects \TransactionProcessorACL.DataTransferObjects .csproj" /p:PackageVersion=${{ steps.get_version.outputs.VERSION }} --output Nugets
123+ dotnet nuget push Nugets/TransactionProcessorACL.DataTransferObjects .${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.MYGET_APIKEY }} --source https://www.myget.org/F/transactionprocessing/api/v2/package
124124
125125
You can’t perform that action at this time.
0 commit comments