Commit ba182aec authored by Savorboard's avatar Savorboard

Fix build script

parent 77052cb1
...@@ -65,8 +65,8 @@ namespace BuildScript ...@@ -65,8 +65,8 @@ namespace BuildScript
.NoBuild() .NoBuild()
.Project(projectFile) .Project(projectFile)
.IncludeSymbols() .IncludeSymbols()
.When(() => !string.IsNullOrEmpty(BuildVersion.Suffix), t => t.VersionSufix(BuildVersion.Suffix) .When(() => !string.IsNullOrEmpty(BuildVersion.Suffix), t => t.VersionSufix(BuildVersion.Suffix))
.OutputDirectory(ArtifactsDir); .OutputDirectory(ArtifactsDir));
}); });
context.CreateTarget("Default") context.CreateTarget("Default")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment