File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336,14 +336,21 @@ extends:
336336 inputs :
337337 targetType : inline
338338 script : |
339+ ls -l ./src/osx/Installer.Mac/entitlements.xml
340+ xattr -l ./src/osx/Installer.Mac/entitlements.xml
341+ plutil -lint ./src/osx/Installer.Mac/entitlements.xml
342+ pwd
343+
339344 mkdir -p $(Build.ArtifactStagingDirectory)/tosign/payload
340345
341346 # Copy the files that need signing
342347 pushd $(Build.ArtifactStagingDirectory)/payload
343348 cp ./git-credential-manager *.dylib $(Build.ArtifactStagingDirectory)/tosign/payload
344349 popd
345-
350+
346351 # Developer sign the files
352+ pwd
353+ cat "./src/osx/Installer.Mac/entitlements.xml"
347354 ./src/osx/Installer.Mac/codesign.sh \
348355 "$(Build.ArtifactStagingDirectory)/tosign/payload" \
349356 "$(mac-developer-certificate-identity)" \
You can’t perform that action at this time.
0 commit comments