Skip to content

Commit ee383bb

Browse files
Restore packages after MSBuild setup
1 parent 075becc commit ee383bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/vsix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535
working-directory: src
3636
shell: pwsh
3737

38+
- name: Setup MSBuild.exe
39+
uses: microsoft/setup-msbuild@v2
40+
3841
- name: Restore
3942
run: dotnet restore VSIX.sln
4043
working-directory: src
4144

42-
- name: Setup MSBuild.exe
43-
uses: microsoft/setup-msbuild@v2
44-
45-
- name: Build
45+
- name: Build VS 2022 Extension
4646
run: msbuild VSIX/ApiClientCodeGen.VSIX.Dev17/ApiClientCodeGen.VSIX.Dev17.csproj /property:Configuration=Release /p:DeployExtension=false
4747
working-directory: src
4848

49-
- name: Build
49+
- name: Build VS 2019 Extension
5050
run: msbuild VSIX/ApiClientCodeGen.VSIX/ApiClientCodeGen.VSIX.csproj /property:Configuration=Release /p:DeployExtension=false
5151
working-directory: src
5252

0 commit comments

Comments
 (0)