Skip to content

Commit 85f7247

Browse files
authored
Merge pull request #93770 from SnehaGunda/master
Removing VS2019 from agent pools
2 parents 657a96f + 077cc02 commit 85f7247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/tutorial-setup-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Now that the extension is installed, sign in to your Azure DevOps account and fi
4444
3. Finally, select the desired template for the build pipeline. We'll select the **ASP.NET** template in this tutorial.
4545

4646
> [!NOTE]
47-
> The agent pool to be selected for this CI should have Docker for Windows installed unless the installation is done manually in a prior task as a part of the CI. See [Microsoft hosted agents](https://docs.microsoft.com/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml) article for a selection of agent pools; we recommend to start with `Hosted VS2017` or `Hosted VS2019`.
47+
> The agent pool to be selected for this CI should have Docker for Windows installed unless the installation is done manually in a prior task as a part of the CI. See [Microsoft hosted agents](https://docs.microsoft.com/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml) article for a selection of agent pools; we recommend to start with `Hosted VS2017`.
4848
4949
Now we have a build pipeline that we can set up to use the Azure Cosmos DB emulator build task.
5050

0 commit comments

Comments
 (0)