Modernize Build Pipeline #48

Merged
OCram85 merged 20 commits from updmeta into master 2020-10-02 15:48:59 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e5ba3c8e1e - Show all commits

View File

@ -48,7 +48,7 @@ test_script:
else {
Write-Warning "No CoverallsToken found. This build seems to be triggered by a PR. Skipping this step..."
}
if ($null -neq $Env:CodeCovToken) {
if ($null -ne $Env:CodeCovToken) {
Invoke-CodeCove
}
else {