File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ jobs:
35
35
working-directory : src
36
36
shell : pwsh
37
37
38
+ - name : Setup MSBuild.exe
39
+ uses : microsoft/setup-msbuild@v2
40
+
38
41
- name : Restore
39
42
run : dotnet restore VSIX.sln
40
43
working-directory : src
41
44
42
- - name : Setup MSBuild.exe
43
- uses : microsoft/setup-msbuild@v2
44
-
45
- - name : Build
45
+ - name : Build VS 2022 Extension
46
46
run : msbuild VSIX/ApiClientCodeGen.VSIX.Dev17/ApiClientCodeGen.VSIX.Dev17.csproj /property:Configuration=Release /p:DeployExtension=false
47
47
working-directory : src
48
48
49
- - name : Build
49
+ - name : Build VS 2019 Extension
50
50
run : msbuild VSIX/ApiClientCodeGen.VSIX/ApiClientCodeGen.VSIX.csproj /property:Configuration=Release /p:DeployExtension=false
51
51
working-directory : src
52
52
You can’t perform that action at this time.
0 commit comments