Skip to content

Commit b357fbe

Browse files
committed
appveyor configuration changed
1 parent 341ebb7 commit b357fbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
SONARQUBE_GITHUB_TOKEN:
1212
secure: R0EXcWv91EY6EVoT7NmIPXxU6ZfqIK0Rhbe2uT9pboQQT99XuVQENS1JE+izE7bI
1313

14-
image: Visual Studio 2017
14+
image: Visual Studio 2019
1515

1616
skip_tags: false
1717

@@ -124,7 +124,7 @@ after_test:
124124
Execute-Action "generating code coverage report" {
125125
dotnet build -c $env:CONFIGURATION --no-restore -v m /p:codecov=true
126126
127-
OpenCover.Console.exe -target:"$env:XUNIT20/xunit.console.x86.exe" -targetargs:"test/$env:APPVEYOR_PROJECT_NAME.Tests/bin/$env:CONFIGURATION/net471/$env:APPVEYOR_PROJECT_NAME.Tests.dll -noshadow" -register:user -filter:"+[*]* -[$env:APPVEYOR_PROJECT_NAME.Tests]* -[$env:APPVEYOR_PROJECT_NAME.Samples]*" -hideskipped:All -output:"./coverage.xml"
127+
OpenCover.Console.exe -target:"$env:XUNIT20/xunit.console.x86.exe" -targetargs:"test/$env:APPVEYOR_PROJECT_NAME.Tests/bin/$env:CONFIGURATION/netcoreapp3.0/$env:APPVEYOR_PROJECT_NAME.Tests.dll -noshadow" -register:user -filter:"+[*]* -[$env:APPVEYOR_PROJECT_NAME.Tests]* -[$env:APPVEYOR_PROJECT_NAME.Samples]*" -hideskipped:All -output:"./coverage.xml"
128128
}
129129
130130
- ps: |

0 commit comments

Comments
 (0)