Docker@2 reports target as unexpected property #479
Labels
accurate-yaml-validation
Fidelity of matching YAML features
Area: VsCodeExtension
enhancement
Small enhancement to existing functionality
Consider a pipeline definition snippet like:
The default tasks running in the job are to run in container
mycontainer
, but there areDocker@2
tasks that need to run on the host. The VS Code extension liststarget
as an unexpected property in the problems. Running the pipeline behaves as expected: the container build task is executed on the agent host.The text was updated successfully, but these errors were encountered: