Skip to content

Commit 17efc6b

Browse files
authoredNov 16, 2023
Re-enable code signing
1 parent 605ee86 commit 17efc6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎azure-pipelines/dotnet.yml

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ steps:
5757
--descriptionUrl 'https://github.com/dotnet/Nerdbank.GitVersioning'
5858
displayName: 🔏 Code sign
5959
condition: and(succeeded(), eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/andrewarnott/'), eq(variables['Agent.OS'], 'Windows_NT'), ne(variables['Build.Reason'], 'PullRequest'))
60-
enabled: false # signing is broken with the expired cert, I suppose
6160

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

7674
- powershell: azure-pipelines/variables/_pipelines.ps1
7775
failOnStderr: true

0 commit comments

Comments
 (0)
Please sign in to comment.