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 f9e64d3 commit 00d1596Copy full SHA for 00d1596
build.fsx
@@ -35,7 +35,7 @@ let sha = Git.Information.getCurrentHash()
35
// version info
36
let major = "3"
37
let minor = "0"
38
-let mutable patch = "0"
+let mutable patch = "1"
39
let mutable asmVersion = ""
40
let mutable asmFileVersion = ""
41
@@ -123,7 +123,8 @@ Target "CreateNuget" (fun _ ->
123
// Dependencies
124
"Clean"
125
==> "BuildVersions"
126
- =?> ("AssemblyInfo", not isLocalBuild )
+ // Do not generate AssemblyInfo versions for now. It breaks registering of plugin assemblies
127
+ // =?> ("AssemblyInfo", not isLocalBuild )
128
==> "BuildPlugin"
129
==> "BuildTest"
130
==> "NUnit"
0 commit comments