fix: missing buildscript
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
c7d5caa924
commit
b7a00c646c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Build : NukeBuild
|
||||||
|
|
||||||
var sonarScannerSettings = new SonarScannerBeginSettings()
|
var sonarScannerSettings = new SonarScannerBeginSettings()
|
||||||
.SetLogin(SonarToken)
|
.SetLogin(SonarToken)
|
||||||
.SetProjectKey(SonarProjectKey())
|
.SetProjectKey(SonarProjectKey)
|
||||||
.SetProjectName("Continuity")
|
.SetProjectName("Continuity")
|
||||||
.SetProjectVersion(GitRepository.Branch)
|
.SetProjectVersion(GitRepository.Branch)
|
||||||
.SetServer(SonarHostUrl);
|
.SetServer(SonarHostUrl);
|
||||||
|
|
Loading…
Reference in a new issue