Skip to content

Commit

Permalink
Merge pull request #1550 from dgomezc/1548-FixAppDeploy
Browse files Browse the repository at this point in the history
Update Azure App Service config to add.deployment file.
  • Loading branch information
sibille authored Jul 17, 2020
2 parents 764ec6d + 05baadf commit 2bdc374
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": ["Universal"],
"name": "Feature.AspNet.Azure.AppService.SetDeployPath",
"shortName": "Feature.AspNet.Azure.AppService.SetDeployPath",
"identity": "wts.Feature.AspNet.Azure.AppService.SetDeployPath",
"name": "Feature.AspNet.Azure.AppService.SetDeployConfig",
"shortName": "Feature.AspNet.Azure.AppService.SetDeployConfig",
"identity": "wts.Feature.AspNet.Azure.AppService.SetDeployConfig",
"tags": {
"language": "Any",
"type": "item",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": ["Universal"],
"name": "Feature.Azure.AppService.SetDeployPath",
"shortName": "Feature.Azure.AppService.SetDeployPath",
"identity": "wts.Feature.Azure.AppService.SetDeployPath",
"name": "Feature.Azure.AppService.SetDeployConfig",
"shortName": "Feature.Azure.AppService.SetDeployConfig",
"identity": "wts.Feature.Azure.AppService.SetDeployConfig",
"tags": {
"language": "Any",
"type": "project",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[config]
SCM_DO_BUILD_DURING_DEPLOYMENT=true

0 comments on commit 2bdc374

Please sign in to comment.