Skip to content

Commit 8d7bf74

Browse files
Restore packages using MSBuild
1 parent ee383bb commit 8d7bf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: microsoft/setup-msbuild@v2
4040

4141
- name: Restore
42-
run: dotnet restore VSIX.sln
42+
run: msbuild VSIX.sln -t:Restore
4343
working-directory: src
4444

4545
- name: Build VS 2022 Extension

0 commit comments

Comments
 (0)