From 79d02e99d98ea7d03e50e24781e22a5e87fd26c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Jan 2022 01:49:31 +0000 Subject: [PATCH] Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal build Maestro-UpdateEngCommon_2201.25001 Microsoft.WinAppSDK.EngCommon From Version 1.0.0-20220114.0-CI -> To Version 1.1.0-20220125.0-CI --- eng/Version.Details.xml | 4 ++-- .../AzurePipelinesTemplates/WindowsAppSDK-Build-Steps.yml | 3 ++- .../WindowsAppSDK-IntegrationTest-Steps.yml | 3 ++- global.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7241f17ac2..9034099d2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -23,9 +23,9 @@ - + https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal - 61330e0ea3df267a2fe535aaf9541cf65b7a05e8 + b47c1d3b4a3e2c6b390e93cb133bbd7d83b56ad6 diff --git a/eng/common/AzurePipelinesTemplates/WindowsAppSDK-Build-Steps.yml b/eng/common/AzurePipelinesTemplates/WindowsAppSDK-Build-Steps.yml index 4e2c9e0e41..d370635fe2 100644 --- a/eng/common/AzurePipelinesTemplates/WindowsAppSDK-Build-Steps.yml +++ b/eng/common/AzurePipelinesTemplates/WindowsAppSDK-Build-Steps.yml @@ -66,7 +66,8 @@ steps: -Checkpoint "none" -Platform "x86,x64,arm64" -Configuration "release,debug" - -YamlStep "none" + -YamlStep "all" + -PipelineBuild - task: PublishBuildArtifacts@1 displayName: 'Publish Windows App SDK Packages' diff --git a/eng/common/AzurePipelinesTemplates/WindowsAppSDK-IntegrationTest-Steps.yml b/eng/common/AzurePipelinesTemplates/WindowsAppSDK-IntegrationTest-Steps.yml index 42ea945842..5e5b58050f 100644 --- a/eng/common/AzurePipelinesTemplates/WindowsAppSDK-IntegrationTest-Steps.yml +++ b/eng/common/AzurePipelinesTemplates/WindowsAppSDK-IntegrationTest-Steps.yml @@ -83,9 +83,10 @@ steps: -WindowsAppSDKPackageVersion "$(WindowsAppSDKPackageVersion)" -Checkpoint "none" -Platform "x64" -Configuration "release" - -YamlStep "none" + -YamlStep "all" -RunTestMachineSetup -Name "${{ parameters.TestSelection }}" + -PipelineBuild - task: PublishBuildArtifacts@1 displayName: 'Publish test results' diff --git a/global.json b/global.json index dd42387cde..4d2e3dee8c 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "6.0.101" }, "msbuild-sdks": { - "Microsoft.WinAppSDK.EngCommon": "1.0.0-20220114.0-CI" + "Microsoft.WinAppSDK.EngCommon": "1.1.0-20220125.0-CI" } }