I have a csproj files that has post-build cmd comands. These work on my PCs since paths exist and tools are installed. Can I write anything in the pipeline config file to make it ignore the post-build event? I tried adding validations but htese do not seem to work....if simulated on a local PC it works
Derp..I fixed it myself.....just edit the csproj file. Add to the Exec node like
<Exec Command="blabla" IgnoreExitCode="true"/>
I'll leave the answer here for anyone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.