Windchill shell is not working from Command prompt or PowerShell for deployment aspect?
As part of Automation need to deploy below build.xml through Azure Devops release pipeline
but getting following error same has been tried in system as well but the result is same
Note : with windchill shell its working fine.
Buildfile: D:\test0719\build_S2_W6.xml
********************************************************************************
!+! STARTED @ Tue Jul 19 10:45:59 UTC 2022
********************************************************************************
[import] Didn't locate Windchill at or above build file's directory. Searching environment and System.properties...
[import] Using environment's wt_home variable
--------------------------------------------------------------------------------
!+! ENTERING Simple Change Installer[D:\test0719\build_S2_W6.xml]
--------------------------------------------------------------------------------
********************************************************************************
!+! FINISHED @ Tue Jul 19 10:45:59 UTC 2022
!+! Log: D:\ptc\Windchill_12.0\Windchill\buildlogs\0007-build_S2_W6.log
********************************************************************************
BUILD FAILED
D:\test0719\build_S2_W6.xml:24: The following error occurred while executing this line:
D:\test0719\ant\deployutils.xml:117: Cannot find D:\test0719\ant\${wt.home}\installer\wnc\wbr_actions.xml imported from
D:\test0719\ant\deployutils.xml
Total time: 0 seconds

