We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab278d commit 7d4a501Copy full SHA for 7d4a501
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup .NET SDK
36
uses: actions/setup-dotnet@v4.3.1
37
with:
38
- dotnet-version: 8.0.x
+ global-json-file: global.json
39
- name: Build
40
run: dotnet build src --configuration Release
41
- name: Azure login
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
- name: Sign NuGet packages
0 commit comments