Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit cd49dde

Browse files
DiegoCardozo94darrenj
authored andcommitted
Change from .web.config to web.config (#2410)
1 parent 2db57b7 commit cd49dde

File tree

2 files changed

+2
-2
lines changed
  • templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators
    • app/templates/sample-assistant/deployment/scripts
    • skill/templates/sample-skill/deployment/scripts

2 files changed

+2
-2
lines changed

templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/app/templates/sample-assistant/deployment/scripts/publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else {
2424
}
2525

2626
# Check for existing deployment files
27-
if (-not (Test-Path (Join-Path $projFolder '.web.config'))) {
27+
if (-not (Test-Path (Join-Path $projFolder 'web.config'))) {
2828

2929
# Add needed deployment files for az
3030
az bot prepare-deploy --code-dir $projFolder --lang Typescript --output json | Out-Null

templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/skill/templates/sample-skill/deployment/scripts/publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else {
2525
}
2626

2727
# Check for existing deployment files
28-
if (-not (Test-Path (Join-Path $projFolder '.web.config'))) {
28+
if (-not (Test-Path (Join-Path $projFolder 'web.config'))) {
2929

3030
# Add needed deployment files for az
3131
az bot prepare-deploy --code-dir $projFolder --lang Typescript --output json | Out-Null

0 commit comments

Comments
 (0)