fix: missing semicolon
Some checks failed
Test if Server can be built / build-server (push) Failing after 21s

This commit is contained in:
Timothy Schenk 2023-10-27 19:58:27 +02:00
parent c32c3d0786
commit c7d5caa924

View file

@ -78,7 +78,7 @@ class Build : NukeBuild
.SetProjectName("Continuity") .SetProjectName("Continuity")
.SetProjectVersion(GitRepository.Branch) .SetProjectVersion(GitRepository.Branch)
.SetServer(SonarHostUrl); .SetServer(SonarHostUrl);
}) });
Target Deploy => _ => _.DependsOn(Pack).Executes(() => Target Deploy => _ => _.DependsOn(Pack).Executes(() =>
{ {