The command below fails to run with the following error: Failed to load signer "signer #1": NONE entry "<accountName>/<profileName>" does not contain a key.
java -cp apksigner.jar:jsign.jar com.android.apksigner.ApkSignerTool sign \
--provider-class net.jsign.jca.JsignJcaProvider \
--provider-arg https://neu.codesigning.azure.net \
--ks NONE \
--ks-type TRUSTEDSIGNING \
--ks-pass env:ACCESS_TOKEN \
--ks-key-alias <accountName>/<profileName> \
--in app.apk
Jsign is otherwise working. E.g. jsign --storetype TRUSTEDSIGNING --keystore neu.codesigning.azure.net --storepass env:ACCESS_TOKEN --alias <accountName>/<profileName> app.msix successfully completes.
The command below fails to run with the following error:
Failed to load signer "signer #1": NONE entry "<accountName>/<profileName>" does not contain a key.Jsign is otherwise working. E.g.
jsign --storetype TRUSTEDSIGNING --keystore neu.codesigning.azure.net --storepass env:ACCESS_TOKEN --alias <accountName>/<profileName> app.msixsuccessfully completes.