File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
58
58
((Get-Content -Path VSIX/ApiClientCodeGen.VSIX.Dev17/source.extension.vsixmanifest -Raw) -Replace "1.0.0", "${{ env.VERSION }}") | Set-Content -Path VSIX/ApiClientCodeGen.VSIX.Dev17/source.extension.vsixmanifest
59
59
working-directory : src
60
60
shell : pwsh
61
- - name : Restore
62
- run : dotnet restore VSIX.sln
63
- working-directory : src
64
61
- name : Setup MSBuild.exe
65
62
uses : microsoft/setup-msbuild@v2
63
+ - name : Restore
64
+ run : msbuild VSIX.sln -t:Restore
65
+ working-directory : src
66
66
- name : Build
67
67
run : msbuild VSIX.sln /property:Configuration=Release /p:DeployExtension=false
68
68
working-directory : src
Original file line number Diff line number Diff line change 42
42
run : msbuild VSIX.sln -t:Restore
43
43
working-directory : src
44
44
45
- - name : Build VS 2022 Extension
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 VS 2019 Extension
50
- run : msbuild VSIX/ApiClientCodeGen.VSIX/ApiClientCodeGen.VSIX.csproj /property:Configuration=Release /p:DeployExtension=false
45
+ - name : Build
46
+ run : msbuild VSIX.sln /property:Configuration=Release /p:DeployExtension=false
51
47
working-directory : src
52
48
53
49
- name : Move build output
You can’t perform that action at this time.
0 commit comments