You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
[TypeScript][Samples/Template] Add UTF8 default encoding for deployment scripts (#2130)
* Add UTF-8
* change from uppercase to lowercase
* changes a lowcase and add 'enconding utf8' to sample assistant
* Move the location of the encoding argument
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/app/templates/sample-assistant/deployment/scripts/deploy.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ if ($outputs)
184
184
# Update appsettings.json
185
185
Write-Host"> Updating appsettings.json ..."
186
186
if (Test-Path$(Join-Path$projDir appsettings.json)) {
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/app/templates/sample-assistant/deployment/scripts/deploy_cognitive_models.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -301,4 +301,4 @@ foreach ($language in $languageArr)
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/app/templates/sample-assistant/deployment/scripts/publish.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ else {
27
27
if (-not (Test-Path (Join-Path$projFolder'.deployment'))) {
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/skill/templates/sample-skill/deployment/scripts/deploy.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ if ($outputs)
187
187
# Update appsettings.json
188
188
Write-Host"> Updating appsettings.json ..."
189
189
if (Test-Path$(Join-Path$projDir appsettings.json)) {
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/skill/templates/sample-skill/deployment/scripts/deploy_cognitive_models.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,4 +296,4 @@ foreach ($language in $languageArr)
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/samples/sample-assistant/deployment/scripts/deploy_cognitive_models.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -301,4 +301,4 @@ foreach ($language in $languageArr)
Copy file name to clipboardExpand all lines: templates/Virtual-Assistant-Template/typescript/samples/sample-skill/deployment/scripts/deploy_cognitive_models.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,4 +296,4 @@ foreach ($language in $languageArr)
0 commit comments