We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef61862 commit c35879fCopy full SHA for c35879f
.github/workflows/dotnet.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build
19
run: dotnet build --configuration Release
20
- name: Pack
21
- run: dotnet pack --no-build --configuration Release PAYNLSDK/PlayNLSdk.csproj --output .
+ run: dotnet pack --no-build --configuration Release PAYNLSDK/PayNLSdk.csproj --output .
22
- name: Push Nuget
23
if: ${{ github.ref == 'refs/heads/main' }}
24
run: |
0 commit comments