Skip to content

Commit

Permalink
Add healthcheck and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomverin authored Nov 7, 2023
1 parent bdc43b4 commit a63ece8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ stages:

inputs:
script: |
echo "smctl healthcheck:"
smctl healthcheck
echo "smctl sync:"
smctl windows certsync
echo "signing:"
nuget sign "%BUILD_DIR%\*.nupkg" -Overwrite -HashAlgorithm SHA256 -CertificateFingerprint %SM_CERT_FP% -Timestamper http://timestamp.digicert.com -TimestampHashAlgorithm SHA256
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit a63ece8

Please sign in to comment.