migrate Microsoft.Interop.Tests to target .NET Core 3.1 (#8411)

* migrate Microsoft.Interop.Tests to target .NET Core 3.1

* put the stylecop nuget and stylecop.json

* refactor Microsoft.Interop.Tests.csproj to have x64 platform target

* Update build-powertoys-steps.yml

Getting interop tests actually on CI

Co-authored-by: Clint Rutkas <clint@rutkas.com>
This commit is contained in:
Eriawan Kusumawardhono
2020-12-10 14:11:14 +07:00
committed by GitHub
parent 0e59be87cb
commit 04586c02de
3 changed files with 75 additions and 128 deletions

View File

@@ -88,6 +88,7 @@ steps:
**\Wox.Test.dll
**\*Microsoft.PowerToys.Settings.UI.UnitTests.dll
**\UnitTest-ColorPickerUI.dll
**\Microsoft.Interop.Tests.dll
!**\obj\**
# .NetFramework assemblies
- task: VSTest@2