InstallAppleProvisioningProfile@0 - 安裝 Apple 布建設定檔 v0 工作
使用此工作來安裝 Apple 布建設定檔,這是在 macOS 代理程式上建置所需的設定檔。
Syntax
# Install Apple Provisioning Profile v0
# Install an Apple provisioning profile required to build on a macOS agent.
- task: InstallAppleProvisioningProfile@0
inputs:
provProfileSecureFile: # string. Required. Provisioning Profile.
#removeProfile: true # boolean. Remove Profile After Build. Default: true.
輸入
provProfileSecureFile
- 布建設定檔
string
. 必要。
指定上傳至 Secure Files
以在 macOS 代理程式上安裝的布建設定檔。
removeProfile
- 在建置後移除設定檔
boolean
. 預設值:true
。
指定建置或發行完成後,應該從代理程式中移除布建設定檔。
工作控制項選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制選項和一般工作屬性。
輸出變數
無。
備註
您可以使用這項工作來安裝建置 iOS 應用程式、Apple WatchKit 應用程式和應用程式延伸模組所需的布建設定檔。
您可以安裝 Apple 布建設定檔,也就是:
- 儲存為伺服器上的 安全檔案 。
- 認可至來源存放庫,或複製到 macOS 代理程式上的本機路徑。 如果您要將其認可至來源存放庫,您應該加密佈建設定檔。 您可以使用 解密檔案 工作,在組建或發行期間解密設定檔。