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 378b927 commit c7dba98Copy full SHA for c7dba98
build/Program.fs
@@ -134,6 +134,10 @@ let init args =
134
Target.create "Test:net9.0" (fun _ -> testTFM "net9.0")
135
Target.create "Test:net10.0" (fun _ -> testTFM "net10.0")
136
137
+ "Test:net8.0"
138
+ ?=> "Test:net9.0"
139
+ |> ignore
140
+
141
"Build"
142
==> ("Test:net8.0")
143
=?> ("Test", not ignoreTests)
@@ -204,7 +208,11 @@ let init args =
204
208
Target.create "Release" DoNothing
205
209
206
210
"Clean"
207
- ==> "CheckFormat"
211
+ ==> "Default"
212
213
214
+ "Clean"
215
+ ?=> "CheckFormat"
216
==> "Build"
217
==> "Test"
218
==> "Default"
0 commit comments