Skip to content

Commit

Permalink
Revert "Disable package signing"
Browse files Browse the repository at this point in the history
This reverts commit 4247b1c.
  • Loading branch information
AArnott committed Apr 29, 2023
1 parent 38ec12f commit 518ee61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines/dotnet.yml
Expand Up @@ -50,7 +50,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 @@ -64,7 +63,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 518ee61

Please sign in to comment.