mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
Switch to TouchdownBuildTask v3, which supports SNI cert auth (#32721)
This commit is contained in:
@@ -25,12 +25,12 @@ steps:
|
|||||||
fetchDepth: 1 # Don't need a deep checkout for loc files!
|
fetchDepth: 1 # Don't need a deep checkout for loc files!
|
||||||
persistCredentials: true
|
persistCredentials: true
|
||||||
|
|
||||||
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
|
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@3
|
||||||
displayName: 'Touchdown Build - 37400, PRODEXT'
|
displayName: 'Touchdown Build - 37400, PRODEXT'
|
||||||
inputs:
|
inputs:
|
||||||
teamId: 37400
|
teamId: 37400
|
||||||
authId: '$(TouchdownApplicationID)'
|
TDBuildServiceConnection: $(TouchdownServiceConnection)
|
||||||
authKey: '$(TouchdownApplicationKey)'
|
authType: SubjectNameIssuer
|
||||||
resourceFilePath: |
|
resourceFilePath: |
|
||||||
**\Resources.resx
|
**\Resources.resx
|
||||||
**\Resource.resx
|
**\Resource.resx
|
||||||
|
|||||||
@@ -117,12 +117,12 @@ extends:
|
|||||||
targetType: filePath
|
targetType: filePath
|
||||||
filePath: '$(build.sourcesdirectory)\.pipelines\installWiX.ps1'
|
filePath: '$(build.sourcesdirectory)\.pipelines\installWiX.ps1'
|
||||||
|
|
||||||
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@1
|
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@3
|
||||||
displayName: 'Download Localization Files -- PowerToys 37400'
|
displayName: 'Download Localization Files -- PowerToys 37400'
|
||||||
inputs:
|
inputs:
|
||||||
teamId: 37400
|
teamId: 37400
|
||||||
authId: '$(TouchdownApplicationID)'
|
TDBuildServiceConnection: $(TouchdownServiceConnection)
|
||||||
authKey: '$(TouchdownApplicationKey)'
|
authType: SubjectNameIssuer
|
||||||
resourceFilePath: |
|
resourceFilePath: |
|
||||||
**\Resources.resx
|
**\Resources.resx
|
||||||
**\Resource.resx
|
**\Resource.resx
|
||||||
|
|||||||
Reference in New Issue
Block a user