We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc4205 commit ecef4a1Copy full SHA for ecef4a1
.github/workflows/nuget.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up .NET
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 5.0.6
+ dotnet-version: "5.0.x"
16
- name: Pack .nupkg
17
run: dotnet pack -c Release -o dist
18
- name: Publish to NuGet
0 commit comments