Skip to content

Commit 0a5831a

Browse files
committed
Use nuget restore instead of nuget update
1 parent f3cf3f1 commit 0a5831a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: microsoft/[email protected]
2727

2828
- name: Update NuGet packages
29-
run: nuget update .\Projects\VisualStudio\maxGUI.sln
29+
run: nuget restore .\Projects\VisualStudio\maxGUI.sln
3030

3131
- name: Build
3232
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)