File tree 1 file changed +25
-25
lines changed
1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -216,30 +216,30 @@ Target.create "Release" (fun _ ->
216
216
Target.create " CI" ignore
217
217
Target.create " Tests" ignore
218
218
219
- " Clean"
220
- =?> ( " BuildVersion" , isAppVeyorBuild)
221
- ==> " AssemblyInfo"
222
- ==> " Build"
223
- ==> " RunTests"
224
- ==> " Tests"
225
-
226
- " Build"
227
- ==> " Docs"
228
-
229
- " Docs"
230
- =?> ( " ReleaseDocs" , BuildServer.isLocalBuild)
231
- ==> " Release"
232
-
233
- " Tests"
234
- ==> " PaketPack"
235
- ==> " PaketPush"
236
- ==> " Release"
237
-
238
- " Docs"
239
- ==> " CI"
240
-
241
- " Tests"
242
- ==> " PaketPack"
243
- ==> " CI"
219
+ // "Clean"
220
+ // =?> ("BuildVersion", isAppVeyorBuild)
221
+ // ==> "AssemblyInfo"
222
+ // ==> "Build"
223
+ // ==> "RunTests"
224
+ // ==> "Tests"
225
+
226
+ // "Build"
227
+ // ==> "Docs"
228
+
229
+ // "Docs"
230
+ // =?> ("ReleaseDocs", BuildServer.isLocalBuild)
231
+ // ==> "Release"
232
+
233
+ // "Tests"
234
+ // ==> "PaketPack"
235
+ " PaketPush"
236
+ ==> " Release"
237
+
238
+ // "Docs"
239
+ // ==> "CI"
240
+
241
+ // "Tests"
242
+ // ==> "PaketPack"
243
+ // ==> "CI"
244
244
245
245
Target.runOrDefault " RunTests"
You can’t perform that action at this time.
0 commit comments