File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ if ($env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)
138138 / d:sonar.login= " $env: sonartoken " `
139139 / key:" HodStudio.EntityFrameworkDiffLog" `
140140 / o:" hodstudio-github" `
141- / d:sonar.sources= " $ ( $ env: APPVEYOR_BUILD_FOLDER ) \src\HodStudio.EntityFrameworkDiffLog" `
141+ / d:sonar.sources= " . \src\HodStudio.EntityFrameworkDiffLog" `
142142 / d:sonar.host.url= " https://sonarcloud.io" `
143143 / d:sonar.pullrequest.base= " $env: APPVEYOR_REPO_BRANCH " `
144144 / d:sonar.pullrequest.branch= " $env: APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH " `
154154 / d:sonar.login= " $env: sonartoken " `
155155 / key:" HodStudio.EntityFrameworkDiffLog" `
156156 / o:" hodstudio-github" `
157- / d:sonar.sources= " $ ( $ env: APPVEYOR_BUILD_FOLDER ) \src\HodStudio.EntityFrameworkDiffLog" `
157+ / d:sonar.sources= " . \src\HodStudio.EntityFrameworkDiffLog" `
158158 / d:sonar.host.url= " https://sonarcloud.io" `
159159 / version:" $completeVersion " `
160160 }
You can’t perform that action at this time.
0 commit comments