ci: final setup
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
f096bf804a
commit
546998b411
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ sealed class Build : NukeBuild
|
|||
.SetServer(SonarHostUrl);
|
||||
SonarScannerTasks.SonarScannerBegin(sonarScannerSettings);
|
||||
DotNetTasks.DotNetBuild(settings => settings.SetNoRestore(true));
|
||||
SonarScannerTasks.SonarScannerEnd();
|
||||
SonarScannerTasks.SonarScannerEnd(sonarScannerSettings);
|
||||
});
|
||||
|
||||
Target Deploy => _ => _.DependsOn(Pack).Executes(() =>
|
||||
|
|
Loading…
Reference in a new issue