Skip to content

Commit 4247b1c

Browse files
committed
Disable package signing
1 parent 8e77640 commit 4247b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ steps:
5050
--descriptionUrl 'https://github.com/dotnet/Nerdbank.GitVersioning'
5151
displayName: 🔏 Code sign
5252
condition: and(succeeded(), eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/'), eq(variables['Agent.OS'], 'Windows_NT'), ne(variables['Build.Reason'], 'PullRequest'))
53+
enabled: false # signing is broken with the expired cert, I suppose
5354

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

6769
- powershell: azure-pipelines/variables/_pipelines.ps1
6870
failOnStderr: true

0 commit comments

Comments
 (0)