File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/CodeGeneration/DocGenerator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Execution hints can be provided anywhere on the command line
136136 let parsed = {
137137 NonInteractive = args |> List.exists ( fun x -> x = " non-interactive" )
138138 SkipTests = skipTests
139- GenDocs = ( args |> List.exists ( fun x -> x = " gendocs" ) || target = " build" ) && not isMono
139+ GenDocs = ( args |> List.exists ( fun x -> x = " gendocs" ) || target = " build" )
140140 Seed =
141141 match args |> List.tryFind ( fun x -> x.StartsWith( " seed:" )) with
142142 | Some t -> t.Replace( " seed:" , " " )
Original file line number Diff line number Diff line change 77 <VersionSuffix >alpha</VersionSuffix >
88 <!-- CAC001: We dont need to set ConfigureAwait(false) here -->
99 <NoWarn >NU1701,NU1605,CAC001</NoWarn >
10+ <LangVersion >8.0</LangVersion >
1011 </PropertyGroup >
1112 <ItemGroup >
1213 <PackageReference Include =" AsciiDocNet" Version =" 1.0.0-alpha6" />
You can’t perform that action at this time.
0 commit comments