We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256beff commit 1b7b6f6Copy full SHA for 1b7b6f6
.travis.yml
@@ -12,7 +12,7 @@ install:
12
before_script:
13
- export PATH="$PATH:$HOME/.dotnet/tools"
14
script:
15
- - dotnet sonarscanner begin /k:"$SONAR_PROJECT_KEY" /d:sonar.organization="$SONAR_ORGANIZATION_KEY" /d:sonar.host.url="$SONAR_URL" /d:sonar.login="$SONAR_TOKEN"
16
- - dotnet test -c Release
+ - dotnet sonarscanner begin /k:"$SONAR_PROJECT_KEY" /d:sonar.organization="$SONAR_ORGANIZATION_KEY" /d:sonar.host.url="$SONAR_URL" /d:sonar.login="$SONAR_TOKEN" /d:sonar.cs.vstest.reportsPaths="%CD%\results.trx"
+ - dotnet test -c Release -l:"trx;LogFileName=results.trx"
17
- dotnet publish -c Release
18
- dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
0 commit comments