Skip to content

Commit ace9818

Browse files
authored
Merge pull request #132 from microsoft/gpickett-patch-6
Update azure-dev.yml
2 parents 7ffc13b + e9bd921 commit ace9818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azdo/pipelines/azure-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
trigger:
44
- main
55
- master
6+
- feature/azd-semantickernel
67

78
# Azure Pipelines workflow to deploy to Azure using azd
89
# To configure required secrets and service connection for connecting to Azure, simply run `azd pipeline config --provider azdo`
@@ -80,4 +81,4 @@ steps:
8081
env:
8182
AZURE_SUBSCRIPTION_ID: $(AZURE_SUBSCRIPTION_ID)
8283
AZURE_ENV_NAME: $(AZURE_ENV_NAME)
83-
AZURE_LOCATION: $(AZURE_LOCATION)
84+
AZURE_LOCATION: $(AZURE_LOCATION)

0 commit comments

Comments
 (0)