Microsoft.WinAppSDK.EngCommon
 From Version 1.0.0-20220114.0-CI -> To Version 1.1.0-20220125.0-CI

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
reunion-maestro[bot] 2022-01-25 18:02:23 -08:00 коммит произвёл GitHub
Родитель 92a6e641bb
Коммит 9fc0fe1fd5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -23,9 +23,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.WinAppSDK.EngCommon" Version="1.0.0-20220114.0-CI">
<Dependency Name="Microsoft.WinAppSDK.EngCommon" Version="1.1.0-20220125.0-CI">
<Uri>https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal</Uri>
<Sha>61330e0ea3df267a2fe535aaf9541cf65b7a05e8</Sha>
<Sha>b47c1d3b4a3e2c6b390e93cb133bbd7d83b56ad6</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

Просмотреть файл

@ -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'

Просмотреть файл

@ -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'

Просмотреть файл

@ -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"
}
}