We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab5e7f commit c374db7Copy full SHA for c374db7
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Fetch all tags and branches
12
run: git fetch --prune --unshallow
13
- name: Install .NET
14
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
15
with:
16
# .NET 5 required for GitVersion
17
dotnet-version: |
@@ -43,7 +43,7 @@ jobs:
43
name: NuGet Package
44
path: ./BuildArtifacts/Packages/NuGet
45
46
47
48
49
8.x
0 commit comments