Update azure-pipeline.yml for Azure Pipelines
This commit is contained in:
Родитель
e85ae407b8
Коммит
79a0dd8ac3
|
@ -38,12 +38,12 @@ extends:
|
|||
timeoutInMinutes: 180
|
||||
cancelTimeoutInMinutes: 1
|
||||
pool:
|
||||
name: VSEngSS-MicroBuild2022-1ES
|
||||
name: VSEngSS-MicroBuild2019-1ES
|
||||
templateContext:
|
||||
mb:
|
||||
signing:
|
||||
enabled: true
|
||||
signType: real
|
||||
signType: test
|
||||
outputs:
|
||||
- output: pipelineArtifact
|
||||
displayName: 'Publish Artifact: Nuget packages'
|
||||
|
@ -77,6 +77,8 @@ extends:
|
|||
createLogFile: true
|
||||
logFileVerbosity: detailed
|
||||
timeoutInMinutes: 120
|
||||
# to delete
|
||||
continueOnError: true
|
||||
- task: CopyFiles@2
|
||||
displayName: Stage dll's for verification
|
||||
inputs:
|
||||
|
@ -88,6 +90,8 @@ extends:
|
|||
TargetFolder: $(Build.SourcesDirectory)\bin\verify\dlls
|
||||
CleanTargetFolder: true
|
||||
OverWrite: true
|
||||
# to delete
|
||||
continueOnError: true
|
||||
- task: CopyFiles@2
|
||||
displayName: Stage nupkg for verification
|
||||
inputs:
|
||||
|
@ -102,11 +106,15 @@ extends:
|
|||
displayName: Verify Signed Files
|
||||
inputs:
|
||||
TargetFolders: $(Build.SourcesDirectory)\bin\verify\dlls
|
||||
# to delete
|
||||
continueOnError: true
|
||||
- task: ms-vseng.MicroBuildShipTasks.7c429315-71ba-4cb3-94bb-f829c95f7915.MicroBuildCodesignVerify@2
|
||||
displayName: Verify Signed Files
|
||||
inputs:
|
||||
TargetFolders: $(Build.SourcesDirectory)\bin\verify\packages
|
||||
WhiteListPathForCerts: tools/.verif.whitelist
|
||||
# to delete
|
||||
continueOnError: true
|
||||
- task: CmdLine@2
|
||||
displayName: Map ConnectionString for ApiScan
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче