We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca47a73 commit 44545c1Copy full SHA for 44545c1
1 file changed
.github/actions/publish-nuget-package/action.yml
@@ -37,11 +37,6 @@ runs:
37
- name: 'Checkout ${{ github.head_ref || github.ref }}'
38
uses: actions/checkout@v4
39
40
- - name: 'Setup .NET ${{ env.dotnet-sdk-version }}'
41
- uses: actions/setup-dotnet@v4
42
- with:
43
- dotnet-version: ${{ inputs.dotnet-sdk-version }}
44
-
45
- if: ${{ inputs.nuget-feed-type == 'NuGet' }}
46
name: 'Add NuGet source'
47
shell: bash
0 commit comments