File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.azure-pipelines/templates/osx/pack.signed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 artifact : _osx_installer_signed
66 path : $(Build.ArtifactStagingDirectory)/package
77
8- - script : Scalar.Signing/notarize-pkg.sh -id "$(Apple.Notarization.AppleId)" -p "$(Apple.Notarization.Password)" -pkg "$(Build.ArtifactStagingDirectory)"/package/*.pkg -b "com.microsoft.scalar.pkg"
9- displayName : Notarize installer (and containing bundles & binaries)
10- condition : and(succeeded(), eq(variables['SignType'], 'real'))
8+ # - script: Scalar.Signing/notarize-pkg.sh -id "$(Apple.Notarization.AppleId)" -p "$(Apple.Notarization.Password)" -pkg "$(Build.ArtifactStagingDirectory)"/package/*.pkg -b "com.microsoft.scalar.pkg"
9+ # displayName: Notarize installer (and containing bundles & binaries)
10+ # condition: and(succeeded(), eq(variables['SignType'], 'real'))
1111
1212 - task : DownloadPipelineArtifact@2
1313 displayName : Download Git for Mac installer package
You can’t perform that action at this time.
0 commit comments