Skip to content

Commit

Permalink
Temporarily disable the failing notarization.
Browse files Browse the repository at this point in the history
Cherry-picked from 429f688.

Putting on top of releases/20.03.168 since we probably have not fixed
the signing issues since last release.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
jrbriggs authored and derrickstolee committed Apr 10, 2020
1 parent 616e9b1 commit 6fc7dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/templates/osx/pack.signed/step5-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ steps:
artifact: _osx_installer_signed
path: $(Build.ArtifactStagingDirectory)/package

- script: Scalar.Signing/notarize-pkg.sh -id "$(Apple.Notarization.AppleId)" -p "$(Apple.Notarization.Password)" -pkg "$(Build.ArtifactStagingDirectory)"/package/*.pkg -b "com.microsoft.scalar.pkg"
displayName: Notarize installer (and containing bundles & binaries)
condition: and(succeeded(), eq(variables['SignType'], 'real'))
#- script: Scalar.Signing/notarize-pkg.sh -id "$(Apple.Notarization.AppleId)" -p "$(Apple.Notarization.Password)" -pkg "$(Build.ArtifactStagingDirectory)"/package/*.pkg -b "com.microsoft.scalar.pkg"
# displayName: Notarize installer (and containing bundles & binaries)
# condition: and(succeeded(), eq(variables['SignType'], 'real'))

- task: DownloadPipelineArtifact@2
displayName: Download Git for Mac installer package
Expand Down

0 comments on commit 6fc7dbe

Please sign in to comment.