Skip to content

Commit 4c01140

Browse files
reunion-maestro[bot]dotnet-maestro[bot]
andauthored
Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal build Maestro-UpdateEngCommon_2201.14001 (#1985)
Microsoft.WinAppSDK.EngCommon From Version 1.0.0-20220110.0-CI -> To Version 1.0.0-20220114.0-CI Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 619e96d commit 4c01140

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
</Dependency>
2424
</ProductDependencies>
2525
<ToolsetDependencies>
26-
<Dependency Name="Microsoft.WinAppSDK.EngCommon" Version="1.0.0-20220110.0-CI">
26+
<Dependency Name="Microsoft.WinAppSDK.EngCommon" Version="1.0.0-20220114.0-CI">
2727
<Uri>https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal</Uri>
28-
<Sha>bc05e6cd828aed47148cb75597685d8cd59ae39d</Sha>
28+
<Sha>61330e0ea3df267a2fe535aaf9541cf65b7a05e8</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</Dependencies>

eng/common/AzurePipelinesTemplates/WindowsAppSDK-IntegrationTest-Steps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,10 @@ steps:
8686
-YamlStep "none"
8787
-RunTestMachineSetup
8888
-Name "${{ parameters.TestSelection }}"
89+
90+
- task: PublishBuildArtifacts@1
91+
displayName: 'Publish test results'
92+
condition: succeededOrFailed()
93+
inputs:
94+
PathtoPublish: $(Build.SourcesDirectory)\PipelineTestOutput
95+
artifactName: TestResults-WindowsAppSDKIntegration

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "6.0.101"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.WinAppSDK.EngCommon": "1.0.0-20220110.0-CI"
6+
"Microsoft.WinAppSDK.EngCommon": "1.0.0-20220114.0-CI"
77
}
88
}

0 commit comments

Comments
 (0)