Only publish the website project
This commit is contained in:
parent
0f2b447c4f
commit
de38db63fc
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class Build : NukeBuild
|
|||
.DependsOn(Test)
|
||||
.Executes(() =>{
|
||||
DotNetPublish(s => s
|
||||
.SetProject(RootDirectory / "Website/Website.csproj")
|
||||
.SetConfiguration(Configuration)
|
||||
.SetOutput(OutputDirectory));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue