I Run a single compile command on azure devops pipeline and it fails . Same line / Script pass locally on the same machine Using Azure Devops Server 2020 Agent on Premise
the code is a VB6 compile command
vb6 /MAKE C:\GIT\AutoLoaderConfig.vbp /outdir C:\GIT\_AutoLoaderConfig\ /out C:\GIT\AutoLoaderConfig_Build.log"
when run from the pipeline i get errors - errors are random error below is a sample of one such error
Errors during load. Refer to 'C:\GIT\ctlExersizer.log' for details
Error: 'C:\GIT\ctlExersizer.log'
Line 174 : Invalid qualifier;Build of 'AutoLoaderConfig.exe' failed.
No such errors are in the local run
Any Help Will Be Much Appreciated
***** UPDATE ******
Did not find a solution for the difference between local & pipeline build but managed to replace the code with which is compiling on both option