Releases: piraces/azure-devops-bicep-task
Releases · piraces/azure-devops-bicep-task
0.5.1
Changes
- Rollback
azure-pipelines-tool-lib
to a previous version due to unexpected behaviour.
Note: releases between 0.4.5 and 0.5.1 (this not included) are not stable and should be avoided.
0.4.9
Changes
- Rollback
typescript
version for now.
0.4.8
Changes
- Rollback
glob
and axios
versions due to incompatibilities
0.4.6
Changes
- #25 "Fix with Glob where path provided has wild card and using backward slash" by @Andrew-D-Wilson
- Bump all dependencies to latest version
- Automate extension creation in GitHub workflow
0.4.5
Changes
- Fixed #24 by dropping GitHub API in favor of URL redirects
0.4.3
Changes
- Fixed problems with packages and non built files.
0.3.8
Changes
- Fixed problems with glob patterns in Windows agents and others by downgrading
glob
from 8.0.3
to 7.x
(fixes #21).
0.3.7
Changes
- The
decompile
command for Bicep CLI has changed and it requires to pass an extra argument --force
to allow to overwrite existing files. This argument is included by default by now to preserve the original extension behaviour. It will be configurable in future versions.
0.3.6
Changes
- No changes since
0.3.5
. Only task.json
and version files have been changed in order to make the extension get the new changes of the tasks. The 0.3.5
version uploaded was invalid due to bad version values.
- Please do not use version
0.3.5
, use 0.3.6
instead.