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 b9c166d commit 2e3663cCopy full SHA for 2e3663c
.github/workflows/build.yaml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- - name: Setup .NET 6 SDK
+ - name: Setup .NET SDK
11
uses: actions/setup-dotnet@v3
12
with:
13
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
14
- name: restore
15
run: dotnet restore
16
- name: build
@@ -22,10 +22,10 @@ jobs:
22
if: startsWith(github.ref, 'refs/tags/')
23
24
25
26
27
28
29
- name: pack
30
run: dotnet pack --configuration Release -o ./bin/nupkg
31
- name: push
0 commit comments