We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f3871 commit 791d0beCopy full SHA for 791d0be
1 file changed
.github/workflows/ci.yml
@@ -46,6 +46,9 @@ jobs:
46
with:
47
global-json-file: ReSharper.FSharp/global.json
48
49
+ - name: Add MSBuild to PATH # for tests
50
+ uses: microsoft/[email protected]
51
+
52
- name: Build ReSharper.FSharp
53
working-directory: ./ReSharper.FSharp
54
run: dotnet build -p:RunningOnGitHubActions=true
0 commit comments