diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d271a0..83b54dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'