fix: missing semicolon
Some checks failed
Test if Server can be built / build-server (push) Failing after 22s
Some checks failed
Test if Server can be built / build-server (push) Failing after 22s
This commit is contained in:
parent
a3a86c9284
commit
c32c3d0786
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ class Build : NukeBuild
|
|||
[Parameter] readonly string SonarToken;
|
||||
[Parameter] readonly string SonarHostUrl;
|
||||
|
||||
[Parameter]
|
||||
readonly string SonarProjectKey
|
||||
[Parameter] readonly string SonarProjectKey;
|
||||
|
||||
GitRepository GitRepository => GitRepository.FromLocalDirectory(RootDirectory);
|
||||
|
||||
|
|
Loading…
Reference in a new issue