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
Output from azd version
Run azd version and copy and paste the output here:
azd version 1.5.1 (commit 3856d1e98281683b8d112e222c0a7c7b3e148e96)
Describe the bug
I want to use azd package as a "smoke test" in CI to ensure that the packages can be successfully built on each commit/push to a branch.
Output from
azd version
Run
azd version
and copy and paste the output here:azd version 1.5.1 (commit 3856d1e98281683b8d112e222c0a7c7b3e148e96)
Describe the bug
I want to use
azd package
as a "smoke test" in CI to ensure that the packages can be successfully built on each commit/push to a branch.I've created a workflow like so:
But it errors when running because there's not environment name set, as showing by the repeated log message:
Enter a new environment name: environment name '' is invalid (it should contain only alphanumeric characters and hyphens)
Also, it keeps attempting to get the environment name, so I either have to kill the job or wait for it to time out. Here's an example run.
To Reproduce
Expected behavior
Since I'm not deploying, I shouldn't need an environment name to run
azd package
.Environment
GitHub Actions
The text was updated successfully, but these errors were encountered: