Skip to content

Commit 00d1596

Browse files
committed
Fixed build
1 parent f9e64d3 commit 00d1596

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.fsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let sha = Git.Information.getCurrentHash()
3535
// version info
3636
let major = "3"
3737
let minor = "0"
38-
let mutable patch = "0"
38+
let mutable patch = "1"
3939
let mutable asmVersion = ""
4040
let mutable asmFileVersion = ""
4141

@@ -123,7 +123,8 @@ Target "CreateNuget" (fun _ ->
123123
// Dependencies
124124
"Clean"
125125
==> "BuildVersions"
126-
=?> ("AssemblyInfo", not isLocalBuild )
126+
// Do not generate AssemblyInfo versions for now. It breaks registering of plugin assemblies
127+
// =?> ("AssemblyInfo", not isLocalBuild )
127128
==> "BuildPlugin"
128129
==> "BuildTest"
129130
==> "NUnit"

0 commit comments

Comments
 (0)