We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f66fee commit baf6241Copy full SHA for baf6241
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ on:
31
32
jobs:
33
build-sdk:
34
- name: Build (SDK projects) — Ubuntu
+ name: Build (SDK projects) � Ubuntu
35
runs-on: ubuntu-latest
36
defaults:
37
run:
@@ -79,7 +79,7 @@ jobs:
79
done
80
81
build-legacy:
82
- name: Build (Legacy .NET Framework) — Windows
+ name: Build (Legacy .NET Framework) � Windows
83
runs-on: windows-latest
84
85
@@ -97,7 +97,7 @@ jobs:
97
include-prerelease: false
98
99
- name: Setup NuGet CLI
100
- uses: NuGet/setup-nuget@v1
+ uses: NuGet/setup-nuget@v2
101
102
- name: Restore packages.config packages (NuGet)
103
run: |
0 commit comments