Add test for targeting Windows 22000
This commit is contained in:
parent
e043659ed7
commit
3feb30d565
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ namespace EndToEnd
|
|||
[InlineData("10.0.17763.0")]
|
||||
[InlineData("10.0.18362.0")]
|
||||
[InlineData("10.0.19041.0")]
|
||||
[InlineData("10.0.20348.0", Skip = "Package not published yet")]
|
||||
[InlineData("10.0.20348.0")]
|
||||
[InlineData("10.0.22000.0", Skip = "Package not published yet")]
|
||||
public void ItCanBuildAndRun(string targetPlatformVersion)
|
||||
{
|
||||
var testInstance = TestAssets.Get(TestAssetKinds.TestProjects, "UseCswinrt")
|
||||
|
|
Loading…
Reference in a new issue