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
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.
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.
Fixed problem with sourceDirectory not finding files correctly (#4). Now specifying a directory without a glob will process all files inside the directory.
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.