This commit is contained in:
SteVen Batten 2021-09-08 10:53:44 -07:00
Родитель 58f009fe7b
Коммит e452855379
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -13,7 +13,7 @@ variables:
value: true
pool:
vmImage: VS2017-Win2016
vmImage: windows-latest
steps:
- task: GoTool@0
@ -78,8 +78,8 @@ steps:
"parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256"
}
],
"toolName": "sign",
"toolVersion": "1.0"
"toolName": "signtool.exe",
"toolVersion": "6.2.9304.0"
},
{
"keyCode": "CP-230012",
@ -90,8 +90,8 @@ steps:
"parameterValue": "/all"
}
],
"toolName": "sign",
"toolVersion": "1.0"
"toolName": "signtool.exe",
"toolVersion": "6.2.9304.0"
}
]
SessionTimeout: '60'