Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal build Maestro-UpdateEngCommon_2203.04001 (#2209)
This commit is contained in:
Родитель
74250f2e48
Коммит
a309c2b545
|
@ -24,9 +24,9 @@
|
|||
<Uri>https://github.com/microsoft/CsWinRT</Uri>
|
||||
<Sha>394ce3a7fb435b99010ee4ed8690789944e08870</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.WinAppSDK.EngCommon" Version="1.1.0-20220225.0-CI">
|
||||
<Dependency Name="Microsoft.WinAppSDK.EngCommon" Version="1.1.0-20220304.0-CI">
|
||||
<Uri>https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal</Uri>
|
||||
<Sha>0ca9d38f85c5acfac8772ba3d354e7cb86c64df0</Sha>
|
||||
<Sha>5bdfbc9d59aab610bf1dba20acc13e059f9ec0b4</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -23,6 +23,9 @@ parameters:
|
|||
- name: TransportPackageArtifactName
|
||||
type: string
|
||||
default: ''
|
||||
- name: WindowsAppSDKPackageVersion
|
||||
type: string
|
||||
default: ''
|
||||
- name: BuildType
|
||||
displayName: "Build Type"
|
||||
type: string
|
||||
|
@ -61,7 +64,7 @@ steps:
|
|||
inputs:
|
||||
filePath: 'BuildAll.ps1'
|
||||
arguments: >
|
||||
-WindowsAppSDKPackageVersion ""
|
||||
-WindowsAppSDKPackageVersion ${{ parameters.WindowsAppSDKPackageVersion }}
|
||||
-Channel ${{ parameters.BuildType }}
|
||||
-Checkpoint "none"
|
||||
-Platform "x86,x64,arm64"
|
||||
|
|
|
@ -4,6 +4,9 @@ parameters:
|
|||
- name: TransportPackageArtifactName
|
||||
type: string
|
||||
default: ''
|
||||
- name: WindowsAppSDKPackageVersion
|
||||
type: string
|
||||
default: ''
|
||||
- name: AzureSubscriptionServiceConnection
|
||||
type: string
|
||||
default: 'ProjectReunion Resource Manager'
|
||||
|
@ -37,6 +40,7 @@ steps:
|
|||
- template: WindowsAppSDK-Build-Steps.yml
|
||||
parameters:
|
||||
TransportPackageArtifactName: ${{ parameters.TransportPackageArtifactName }}
|
||||
WindowsAppSDKPackageVersion: ${{ parameters.WindowsAppSDKPackageVersion }}
|
||||
BuildType: ${{ parameters.BuildType }}
|
||||
TransportPackages: ${{ parameters.TransportPackages }}
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "6.0.101"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.WinAppSDK.EngCommon": "1.1.0-20220225.0-CI"
|
||||
"Microsoft.WinAppSDK.EngCommon": "1.1.0-20220304.0-CI"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче