Skip to content

Commit

Permalink
Update release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 14, 2023
1 parent c33b1e3 commit 54524de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ stages:
"OperationCode" : "NuGetSign",
"Parameters" : {},
"ToolName" : "sign",
"ToolVersion" : "1.0"
"ToolVersion" : "2.0"
},
{
"KeyCode" : "CP-401405",
"OperationCode" : "NuGetVerify",
"Parameters" : {},
"ToolName" : "sign",
"ToolVersion" : "1.0"
"ToolVersion" : "2.0"
}
]
SessionTimeout: '60'
Expand All @@ -260,14 +260,14 @@ stages:
"OperationCode" : "NuGetSign",
"Parameters" : {},
"ToolName" : "sign",
"ToolVersion" : "1.0"
"ToolVersion" : "2.0"
},
{
"KeyCode" : "CP-401405",
"OperationCode" : "NuGetVerify",
"Parameters" : {},
"ToolName" : "sign",
"ToolVersion" : "1.0"
"ToolVersion" : "2.0"
}
]
SessionTimeout: '60'
Expand Down

0 comments on commit 54524de

Please sign in to comment.