mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
don't set IsDocsBuild flag on project
This commit is contained in:
parent
d7279f5f21
commit
d779408fdc
1 changed files with 6 additions and 6 deletions
|
|
@ -126,12 +126,12 @@ public class DalamudBuild : NukeBuild
|
|||
|
||||
// We need to emit compiler generated files for the docs build, since docfx can't run generators directly
|
||||
// TODO: This fails every build after this because of redefinitions...
|
||||
if (IsDocsBuild)
|
||||
{
|
||||
Log.Warning("Building for documentation, emitting compiler generated files. This can cause issues on Windows due to path-length limitations");
|
||||
s = s
|
||||
.SetProperty("IsDocsBuild", "true");
|
||||
}
|
||||
// if (IsDocsBuild)
|
||||
// {
|
||||
// Log.Warning("Building for documentation, emitting compiler generated files. This can cause issues on Windows due to path-length limitations");
|
||||
// s = s
|
||||
// .SetProperty("IsDocsBuild", "true");
|
||||
// }
|
||||
|
||||
return s;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue