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 9ce0e19 commit c9cbb1eCopy full SHA for c9cbb1e
.github/workflows/main.yml
@@ -52,6 +52,6 @@ jobs:
52
- name: Prepare Esbuild
53
run: dotnet fsi esbuild-ci.fsx
54
- name: Test .NET 8
55
- run: dotnet fsi tools.fsx -- test -f=net8.0
+ run: dotnet fsi tools.fsx -- test -- -f=net8.0
56
- name: Test .NET 10
57
- run: dotnet fsi tools.fsx -- test -f=net10.0
+ run: dotnet fsi tools.fsx -- test -- -f=net10.0
0 commit comments