Skip to content

Commit 8a2dac0

Browse files
Update VSIX job in unit tests workflow
1 parent 19de214 commit 8a2dac0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v4
6969

70-
- name: Restore
71-
run: dotnet restore VSIX.sln
72-
working-directory: src
73-
7470
- name: Setup MSBuild.exe
7571
uses: microsoft/setup-msbuild@v2
7672

73+
- name: Restore
74+
run: msbuild VSIX.sln -t:Restore
75+
working-directory: src
76+
7777
- name: Build
7878
run: msbuild VSIX.sln /property:Configuration=Release /t:Rebuild
7979
working-directory: src

0 commit comments

Comments
 (0)