vsts - Cannot validate argument on parameter 'PackagePath'. validation script for the argument with value "*path*" did not return a result of True -


i've built biztalk application. build creates .zip file of artifacts. i'm using deploy biztalk server application task in deployment pipeline

deployment pipeline.

i've encountered following error

cannot validate argument on parameter 'packagepath'. " test-path -path $_ -pathtype 'leaf' " validation script argument value "c:\agent_work\r1\a\cicd-zip\drop" did not return result of true

any help/suggestion welcome.

the error message stems fact path provided directory, not path file within directory. may need specify expected file name of actual package.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -