ci: rearrange
Some checks failed
Test if Server can be built / build-server (push) Failing after 37s
Some checks failed
Test if Server can be built / build-server (push) Failing after 37s
This commit is contained in:
parent
a36dcdcaff
commit
0d4bfcc437
1 changed files with 1 additions and 1 deletions
|
@ -85,8 +85,8 @@ sealed class Build : NukeBuild
|
|||
|
||||
|
||||
var sonarScannerSettings = new SonarScannerBeginSettings()
|
||||
.SetLogin(SonarToken)
|
||||
.SetProjectKey(SonarProjectKey)
|
||||
.SetLogin(SonarToken)
|
||||
.SetServer(SonarHostUrl);
|
||||
SonarScannerTasks.SonarScannerBegin(sonarScannerSettings);
|
||||
DotNetTasks.DotNetBuild(settings => settings.SetNoRestore(true));
|
||||
|
|
Loading…
Reference in a new issue