Skip to content

Commit 075becc

Browse files
Build VSIX csproj files
1 parent 577c745 commit 075becc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/vsix.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343
uses: microsoft/setup-msbuild@v2
4444

4545
- name: Build
46-
run: msbuild VSIX.sln /property:Configuration=Release /p:DeployExtension=false
46+
run: msbuild VSIX/ApiClientCodeGen.VSIX.Dev17/ApiClientCodeGen.VSIX.Dev17.csproj /property:Configuration=Release /p:DeployExtension=false
47+
working-directory: src
48+
49+
- name: Build
50+
run: msbuild VSIX/ApiClientCodeGen.VSIX/ApiClientCodeGen.VSIX.csproj /property:Configuration=Release /p:DeployExtension=false
4751
working-directory: src
4852

4953
- name: Move build output

0 commit comments

Comments
 (0)