Skip to content

Commit

Permalink
Disable package signing
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Apr 29, 2023
1 parent 8e77640 commit 4247b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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 @@ -63,6 +64,7 @@ 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 4247b1c

Please sign in to comment.