Releases: piraces/azure-devops-bicep-task
Releases · piraces/azure-devops-bicep-task
0.3.5
Changes
- Error checking bicep version with newer versions (@rickjansen-dev #12): now the
checkForVersionCompatibility
function is removed to avoid issues with newer versions of bicep. A note on the README is added to warn about earlier versions of bicep may have issues.
Other
- Upgraded dependencies and dev dependencies to latest versions.
0.3.4
Changes
- Warnings handling (@svaenn #11): now the tasks that build or decompile files logs warnings in the execution pipeline and set the result of the execution as
SucceededWithIssues
.
Other
- Upgraded dependencies and dev dependencies to latest versions.
0.3.3
🚀 Covering all bicep CLI options with build and decompile commands.
- Selecting between all output options.
- Check for version number to detect not supported options (when using older versions of the Bicep CLI).
- Added a new task for running
bicep decompile
(with same options as bicep build
).
- Upgraded dependencies to latest versions.
- Fix bugs and improved classic pipeline editor experience.
- Added more tests.
0.2.10
Changes
- Fixed problem with
sourceDirectory
not finding files correctly (#4). Now specifying a directory without a glob will process all files inside the directory.
Other
- Added more tests and reformated some code.
0.2.6
Changes
- Fixed problem with
outputDirectory
and outputFile
variables in BicepBuild
task being setted by default by the agent. Now the commands preserve the original and expected behaviour.
0.2.2
Changes
🚀 Covering all bicep CLI options with build command.
- Selecting between a single file or a directory of files.
- Output to selected directory.
- Output to specified file (when selecting single file).
- Output to stdout (Standard output).
0.1.3
Changes
- Fixed problem with breaking changes comming from new release of Bicep v0.3.1 (#2).
0.1.2
Changes
- Fixed problem with paths with spaces or special chars making use of
ToolRunner
(#1).
Initial release 0.1.1
Changes
- BicepInstall and BicepBuild working cross-environment with latest Bicep CLI version.