Skip to content

Commit

Permalink
Update Azure DevOps pipeline task
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Oct 18, 2023
1 parent f64072b commit 4df4394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/azuredevops/setupAzd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function runMain(): Promise<void> {
exeMap
)

const url = `https://azure-dev.azureedge.net/azd/standalone/release/${version}/${installArray[0]}`
const url = `https://azdrelease.azureedge.net/azd/standalone/release/${version}/${installArray[0]}`

console.log(`The Azure Developer CLI collects usage data and sends that usage data to Microsoft in order to help us improve your experience.
You can opt-out of telemetry by setting the AZURE_DEV_COLLECT_TELEMETRY environment variable to 'no' in the shell you use.
Expand Down

0 comments on commit 4df4394

Please sign in to comment.