Skip to content

Commit

Permalink
Re-enable code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 16, 2023
1 parent 605ee86 commit 17efc6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines/dotnet.yml
Expand Up @@ -57,7 +57,6 @@ steps:
--descriptionUrl 'https://github.com/dotnet/Nerdbank.GitVersioning'
displayName: 🔏 Code sign
condition: and(succeeded(), eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/'), eq(variables['Agent.OS'], 'Windows_NT'), ne(variables['Build.Reason'], 'PullRequest'))
enabled: false # signing is broken with the expired cert, I suppose

- pwsh: >
obj/SignClient sign
Expand All @@ -71,7 +70,6 @@ steps:
--descriptionUrl 'https://github.com/dotnet/Nerdbank.GitVersioning'
displayName: 🔏 Code sign LKG
condition: and(succeeded(), eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/'), eq(variables['Agent.OS'], 'Windows_NT'), ne(variables['Build.Reason'], 'PullRequest'))
enabled: false # signing is broken with the expired cert, I suppose

- powershell: azure-pipelines/variables/_pipelines.ps1
failOnStderr: true
Expand Down

0 comments on commit 17efc6b

Please sign in to comment.