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.
1 parent bc360d2 commit 685ae6fCopy full SHA for 685ae6f
azure-pipelines.yml
@@ -74,7 +74,7 @@ stages:
74
scriptType: bash
75
scriptLocation: inlineScript
76
inlineScript: |
77
- az webapp config apsettings set \
+ az webapp config appsettings set \
78
--name "$(webAppName)" \
79
--resource-group "$(resourceGroup)" \
80
--settings "SCM_DO_BUILD_DURING_DEPLOYMENT=true"
0 commit comments