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 755e967 commit 9720080Copy full SHA for 9720080
.github/workflows/copilot-setup-steps.yml
@@ -15,7 +15,10 @@ jobs:
15
# If you do not check out your code, Copilot will do this for you.
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ - uses: actions/setup-dotnet@v4
19
+ with:
20
+ global-json-file: global.json
21
- name: Restore solution
22
env:
23
CI: false
- run: ./build.sh -c Release
24
+ run: dotnet build ./FSharp.Compiler.Service.sln --verbosity quiet
0 commit comments