fix: missing semicolon
Some checks failed
Test if Server can be built / build-server (push) Failing after 21s
Some checks failed
Test if Server can be built / build-server (push) Failing after 21s
This commit is contained in:
parent
c32c3d0786
commit
c7d5caa924
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Build : NukeBuild
|
|||
.SetProjectName("Continuity")
|
||||
.SetProjectVersion(GitRepository.Branch)
|
||||
.SetServer(SonarHostUrl);
|
||||
})
|
||||
});
|
||||
|
||||
Target Deploy => _ => _.DependsOn(Pack).Executes(() =>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue