You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
In the "Configuring the Azure Continuous Integration Pipeline"
https://github.com/microsoft/TailwindTraders/tree/master/Documents/DemoScripts/Integrating%20Azure%20DevOps%2C%20Microsoft%20Teams%20and%20GitHub#configuring-the-azure-continuous-integration-pipeline
section
the step to "Replace the default template with the below YAML snippet and substitute the below variables with relevant values" has sample code that uses Docker@1 instead of Docker@2.
While using Docker@1 worked when I tried it today, I believe Docker@2 is recommended now. Docker@2 is what is documented on docs.microsoft.com:
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/docker?view=azure-devops
so it would be nice to update the documentation to use Docker@2 instead of Docker@1