ci: further sonarscanner setup
Some checks failed
Test if Server can be built / build-server (push) Failing after 38s
Some checks failed
Test if Server can be built / build-server (push) Failing after 38s
This commit is contained in:
parent
3df65297d1
commit
c33f5a6199
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ sealed class Build : NukeBuild
|
|||
.SetProjectKey(SonarProjectKey)
|
||||
.SetServer(SonarHostUrl);
|
||||
SonarScannerTasks.SonarScannerBegin(sonarScannerSettings);
|
||||
DotNetTasks.DotNetBuild(settings => settings.SetNoRestore(true));
|
||||
SonarScannerTasks.SonarScannerEnd();
|
||||
});
|
||||
|
||||
Target Deploy => _ => _.DependsOn(Pack).Executes(() =>
|
||||
|
|
Loading…
Reference in a new issue