We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577c745 commit 075beccCopy full SHA for 075becc
.github/workflows/vsix.yml
@@ -43,7 +43,11 @@ jobs:
43
uses: microsoft/setup-msbuild@v2
44
45
- name: Build
46
- run: msbuild VSIX.sln /property:Configuration=Release /p:DeployExtension=false
+ 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
51
working-directory: src
52
53
- name: Move build output
0 commit comments