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!
If you use PBAutoBuild then you don’t need ORCA anymore.
Q: When using GIT, include merge, I don't need the ORCA in order to import the source code (srd, srw, ...) to the PBLs, is that right?
A: Correct.
Q: If I will use bat file to 'get latest version\ with tf.exe - it will require the ORCA import step, correct?
A: No. You don’t need the ORCA Import step in this case. If you use the bat file to download all source code object files (srd, srw…), you just need to set Merge section in PBAutoBuild then it will import the source code to PBL.
Git and Merge in PBAutoBuild have no dependency on each other. They can be used both together and separately.
Regards,
Ken