Product: PowerShell Universal
Version: 4.2.12
We have set up git integration with Azure Devops with 2-way-synch.
Creating scripts using the GUI works as expected.
Creating scripts on Azure Devops first and the pulling to PSU cannot be configured/edited using PSU. The files do end up in the repository folder but are not listed in when trying to select them in the Scripts part of PSU.
1 Like
@gpunktschmitz This is expected behavior, as part of the process of creating scripts inside of PSU, adds the script to the scripts.ps1 file for it to be listed inside of PSU. Because the script is not being created in this way, PSU has no way of adding to the scripts.ps1 file.
For the record, this is not Azure DevOps -specific and would happen with ANY method of creating scripts outside of PSU.