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 53279bc commit 9e56447Copy full SHA for 9e56447
.github/workflows/publish-nuget.yml
@@ -12,6 +12,12 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
+ - uses: actions/setup-dotnet@v1.9.0
16
+ with:
17
+ dotnet-version: |
18
+ 3.1.x
19
+ 5.0.x
20
+ 6.0.x
21
- name: Publish NuGet
22
id: publishNuGet
23
uses: brandedoutcast/publish-nuget@v2.5.5
@@ -35,4 +41,4 @@ jobs:
35
41
if: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_NAME != ''}}
36
42
with:
37
43
name: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_NAME}}
38
- path: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_PATH}}
44
+ path: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_PATH}}
0 commit comments