We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cda6cc3 + 359d4a6 commit 4fc35b7Copy full SHA for 4fc35b7
articles/cosmos-db/tutorial-setup-ci-cd.md
@@ -35,7 +35,7 @@ Example of a task executing the PowerShell script needed to start the emulator.
35
36
# Write your PowerShell commands here.
37
38
-dir "C:\Program Files\Azure Cosmos DB Emulator\"
+dir "$env:ProgramFiles\Azure Cosmos DB Emulator\"
39
40
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
41
@@ -81,7 +81,7 @@ steps:
81
script: |
82
83
84
- dir "C:\Program Files\Azure Cosmos DB Emulator\"
+ dir "$env:ProgramFiles\Azure Cosmos DB Emulator\"
85
86
87
0 commit comments