We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6787a67 commit 58a61a5Copy full SHA for 58a61a5
.github/workflows/nuget-publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build-and-test:
12
- runs-on: ubuntu-22.04 # or ubuntu-latest if using include-runtime
+ runs-on: ubuntu-latest # or ubuntu-latest if using include-runtime
13
permissions:
14
id-token: write # enable GitHub OIDC token issuance for this job
15
strategy:
@@ -23,7 +23,6 @@ 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