Skip to content

Azure DevOps - Process Steps

Import Version

Import a new version from Azure DevOps .

NameTypeDescriptionRequired
Collection URLtextBoxThe URL of the AzureDevops collection, for example: https://dev.azure.com/XXX.Yes
Server Project FoldertextBoxThe path variable to the project folder on Visual Studio Online or the Team Foundation Server server. By default, this variable is $/ followed by the name of the project.Yes
Path to tf.exe or tf.cmdtextBoxThe full path to the tf.exe or tf.cmd file that comes with Visual Studio or Team Explorer Everywhere. If a value is not specified, the tf executable file must be available on the agent's PATH environment variable.No
UsertextBoxThe user name for the account that has access to the Azure DevOps Server.No
PasswordsecureBoxThe password for the account that has access to the Azure DevOps Server.No
WorkspacetextBoxTThe name of the Team Foundation Server or Azure DevOps Online workspace. To get a list of workspace names from the server, run the following command: TF workspaces /collection:Repository_URL /login:user,password. For Azure DevOps Online, alternate authentication credentials must be enabled.No
Local Workspace FoldertextBoxThe path to the local workspace folder of the computer with the agent. If the folder does not exist, it is created to the specified path. This value is only used if the Workspace property is specified. Otherwise, a temporary folder will be created in the agent's working directory.No
Preserve execute permissionscheckBoxFor Linux and UNIX operating systems, retain the execute permissions for each file.No
Extensions of files to converttextBoxIf text-type files must be converted into another character set, type the list of file extensions to be converted. Matching file types are converted into the default or system character set of the system where the agent is located. Separate list items with commas.No
LabeltextBoxOptional: The name of the version label to load.No
ChangesettextBoxOptional: The version integer of the Azure DevOps Server changeset to load.No