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 875639a commit a07af8fCopy full SHA for a07af8f
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
23
24
- name: Restore dependencies
25
run: dotnet restore
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-dotnet@v1
26
27
- name: Pack Solution
28
run: dotnet pack -p:PackageOutputPath="${GITHUB_WORKSPACE}/packages" -p:IncludeSymbols=false -p:RepositoryCommit=${GITHUB_SHA} -p:PackageVersion="${{ github.event.inputs.version }}" -c Release
0 commit comments