Skip to content

Commit b4f3728

Browse files
authored
Restore language server sln in copilot-setup-steps.yml (#18677)
Add a build step in copilot setup
1 parent 6331c84 commit b4f3728

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ jobs:
1818
- uses: actions/setup-dotnet@v4
1919
with:
2020
global-json-file: global.json
21-
- name: Restore solution
21+
- name: Restore the compiler service solution
2222
env:
2323
CI: false
2424
run: dotnet build ./FSharp.Compiler.Service.sln --verbosity quiet
25+
- name: Restore the language server solution
26+
env:
27+
CI: false
28+
run: dotnet build ./VSFSharpExtension.sln --verbosity quiet
2529
- name: Restore dotnet tools
2630
env:
2731
CI: false

0 commit comments

Comments
 (0)