File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55matrix :
66 fast_finish : true
77 include :
8- - dotnet : 2.1.500
8+ - dotnet : 2.1.700
99 mono : none
1010 env :
1111 # Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
@@ -32,4 +32,4 @@ script:
3232 - dotnet test -c Release -l:"trx;LogFileName=tests.trx" -r:"bin/" /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="bin/coverage.xml"
3333 - dotnet publish -c Release
3434after_success :
35- - test "$WITH_SONAR_ANALYSIS" = "true" && dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN" || echo 'Skipping sonarscanner end'
35+ - test "$WITH_SONAR_ANALYSIS" = "true" && dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN" || echo 'Skipping sonarscanner end'
You can’t perform that action at this time.
0 commit comments