We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 658bf38 + 96ceebf commit 0f5de9eCopy full SHA for 0f5de9e
1 file changed
.github/workflows/nuget-publish.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-dotnet@v4
24
with:
25
dotnet-version: ${{ matrix.dotnet-version }}
26
+ include-runtime: true
27
28
- name: Restore dependencies
29
run: dotnet restore
0 commit comments