I Tried to add basic push and pull commands from azure ACR but it throws the error like
2020-09-18T03:30:24.0943834Z image operating system "linux" cannot be used on this platform
2020-09-18T03:30:24.1065445Z Image Pulled
2020-09-18T03:30:24.4693449Z Error response from daemon: No such image: madhutest.azurecr.io/madhutest:latest
When i see the agent pool looks like its windows
I have created a new agent (Linux)
But i want to run only stages task on it , As the pipeline has dependency on windows VM
"docker pull madhutest.azurecr.io/madhutest:latest"
this is the basic command i used ,
Please suggest if we can change the command so that it works on windows agent
or
can configure agent only for this specific stage in pipeline