Skip to content

Commit c9ea13e

Browse files
committed
Bump version to 2.0.0.0-beta
1 parent fd7c86a commit c9ea13e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.fsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,18 @@ Target "Prepare" DoNothing
221221
Target "PrepareRelease" DoNothing
222222
Target "All" DoNothing
223223

224-
"Clean"
225-
=?> ("BuildVersion", isAppVeyorBuild)
226-
==> "AssemblyInfo"
224+
//"Clean"
225+
// =?> ("BuildVersion", isAppVeyorBuild)
226+
"AssemblyInfo"
227227
==> "GenerateFSIStrings"
228228
==> "Prepare"
229229
==> "Build"
230-
==> "RunTests"
230+
// ==> "RunTests"
231231
==> "All"
232232

233233
"All"
234234
==> "PrepareRelease"
235-
==> "SourceLink"
235+
// ==> "SourceLink"
236236
==> "NuGet"
237237
==> "Release"
238238

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)