Dear all,
As part of the enhancements that PB 2021 have to offer, I'm tiring to deploy using pbautobuild210.exe
Since I'm using team foundation (or TFVC, as appear on the dev azure pipeline)
I try to use the VSS option on the JSON definition file and I get the following error:
16:28:08 [Normal] Start processing parse json to model code segment.
16:28:08 [Normal] End processing parse json to model code segment.
16:28:08 [Normal] Start processing download source code segment.
16:28:08 [Normal] Start downloading the source code.
16:28:08 [Normal] Execute VSS init
16:28:08 [Error] Failed to read the connection properties for Microsoft Visual SourceSafe. An error occurred when reading the Windows registry entry.
16:28:08 [Error] Failed to execute the VSS init command.
Bye (-_-)
The parameters:
"SrcPath": --> The URL for the repository (https://dev.azure.com/xxx")
user, password
"DestPath": "S:\\xxx
VIa the PB 2021 I can preform the get latest version action without problems.
Any idea?
Thanks!