Commit a file to remote github repo through Azure DevOps
问题 A build definition in Azure DevOps generates a .ipa file(iOS app file). I want to push this .ipa file generated by Azure DevOps build, directly into a remote GitHub Repository. 回答1: A build definition in Azure DevOps generates a .ipa file(iOS app file). I want to push this .ipa file generated by Azure DevOps build, directly into a remote GitHub Repository. It's not recommended to add build output into Source Control. If you have special reason to do this, you can run git commands in Command