Skip to content

Commit c8c59bc

Browse files
authored
Fixed build issue occurring with dotnet 2.1.500 (NuGet/Home#7591)
1 parent cfa7876 commit c8c59bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git:
55
matrix:
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
3434
after_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'

0 commit comments

Comments
 (0)