Skip to content

Commit

Permalink
fix: cli build output json file (#12728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang authored Nov 14, 2024
1 parent ee10981 commit 5152876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fx-core/src/component/driver/teamsApp/teamsappMgr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ class TeamsAppMgr {
}
}
}
env = env || inputs.env;
process.env.TEAMSFX_ENV = env;
return ok(env);
}

Expand Down

0 comments on commit 5152876

Please sign in to comment.