Skip to content

Commit 4c1c201

Browse files
committed
Add NuGet setup step with latest version to workflow
1 parent b32c113 commit 4c1c201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
dotnet t4 --version
4646
shell: powershell
4747

48+
- name: Setup NuGet
49+
uses: nuget/setup-nuget@v2
50+
with:
51+
nuget-version: 'latest'
52+
4853
- name: Restore NuGet packages
4954
run: nuget restore OCTGN.sln
5055

0 commit comments

Comments
 (0)