We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5782bb6 commit 766510dCopy full SHA for 766510d
2 files changed
cli/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.2.22] - 2026-01-08
2
+
3
+- feat: add release-test workflow and use azd-app build scripts (5782bb6)
4
+- fix: rewrite build.sh to handle azd x build environment variables like build.ps1 (182178c)
5
6
## [0.2.21] - 2026-01-08
7
8
- debug: add comprehensive artifact logging to release workflow (27e9913)
cli/extension.yaml
@@ -3,7 +3,7 @@ namespace: exec
displayName: Exec Extension
description: Execute commands and scripts with Azure Developer CLI context and environment variables
usage: azd exec <command> [options]
-version: 0.2.21
+version: 0.2.22
language: go
capabilities:
9
- custom-commands
0 commit comments