Skip to content

Commit 58a61a5

Browse files
committed
Updated git action
1 parent 6787a67 commit 58a61a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test:
12-
runs-on: ubuntu-22.04 # or ubuntu-latest if using include-runtime
12+
runs-on: ubuntu-latest # or ubuntu-latest if using include-runtime
1313
permissions:
1414
id-token: write # enable GitHub OIDC token issuance for this job
1515
strategy:
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: ${{ matrix.dotnet-version }}
26-
include-runtime: true
2726

2827
- name: Restore dependencies
2928
run: dotnet restore

0 commit comments

Comments
 (0)