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
Copy file name to clipboardExpand all lines: templates/vsc/common/declarative-agent-typespec/m365agents.yml.tpl
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,23 @@ provision:
66
66
67
67
# Triggered when 'teamsapp publish' is executed
68
68
publish:
69
+
- uses: cli/runNpmCommand
70
+
name: install dependencies
71
+
with:
72
+
args: install --no-audit --progress=false
73
+
74
+
# Compile typespec files and generate necessary files for agent.
75
+
# If you want to update the outputDir, please make sure the following paths are also updated.
76
+
# 1. File paths in tspconfig.yaml.
77
+
# 2. manifestPath in this action. Please make sure there is manifest.json under root folder of your outputDir and set the value to the path of this manifest.json.
78
+
# 3. manifestPath in teamsApp/zipAppPackage action. Please set the value to the same as manifestPath in this action.
0 commit comments