Removed Visual Studio solution retargeting from CI config

This commit is contained in:
alexey.lysiuk 2020-07-29 11:35:46 +03:00
parent 7af52a9bf7
commit 46b3d61e65

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' `
)