Merge pull request #449 from alexey-lysiuk/simplified_ci

Remove Visual Studio solution retargeting from CI config
This commit is contained in:
biwa 2020-07-29 15:27:07 +02:00 committed by GitHub
commit 8862bb7cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,6 @@ jobs:
$options = @( `
'-property:Configuration=${{ matrix.configuration }}', `
'-property:Platform=${{ matrix.platform }}', `
'-property:WindowsTargetPlatformVersion=10.0', `
'-property:PlatformToolset=v142', `
'-maxcpucount', `
'-verbosity:minimal' `
)