Skip to content

Use an env specific teamsapp.env.yml file with Teams Toolkit CLI #12550

Answered by therealjohn
Benjiiim asked this question in Q&A
Discussion options

You must be logged in to vote

Those are the only three YML files supported.

teamsapp.local.yml is for the 'local' environment, that is either using --env local with the CLI or F5/Start Debugging in VS or VS Code.

teamsapp.yml is for all other custom environments, intended for 'remote' hosting in a place like Azure. So prod, dev, {name} would all use that configuration.

teamsapp.testtool.yml is another special one like local except unique to the App Test Tool debug target where most provisioning pieces are not needed, but you might want to run a script or NPM commands as part of the F5/Start Debugging experience.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Benjiiim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants