Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/BikeSharingApp/Bikes/azds_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ stages:
azureSubscription: $(azureServiceConnection)
scriptLocation: inlineScript
inlineScript: |
az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerName) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update
az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerRG) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update
azds up -d
azds list-uris -o json
azds list-uris -o json > $(AGENT.TEMPDIRECTORY)/azdsuri.txt
Expand Down