Skip to content

Releases: umn-microsoft-automation/AzureDevOpsTemplates

v2022.04.25

25 Apr 21:08
dd177b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.03.16...v2022.04.25

v2022.03.16

16 Mar 21:08
eb7a5d2
Compare
Choose a tag to compare

What's Changed

  • Force turn on TLS1.2 when creating GitHub release by @FISHMANPET in #33

Full Changelog: v2022.02.04...v2022.03.16

v2021.12.17

04 Feb 16:38
4b08a30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2021.12.17...v2022.02.04

v2021.12.17

17 Dec 18:00
517280d
Compare
Choose a tag to compare

Adds mkdocs-mermaid2-plugin to template, allowing usage of mermaid diagrams in your documentation #30 - Thanks @jbolduan!

v2021.12.03

03 Dec 15:50
120a606
Compare
Choose a tag to compare

Changes to continue functionality with 5.0 release of Install-RequiredModule

v2021.09.08

08 Sep 14:25
b486e16
Compare
Choose a tag to compare
  • Use Import-PowerShellDataFile instead of Test-ModuleManifest to query module version, because Test-ModuleManifest will fail if dependencies aren't installed, even though they aren't needed at this stage.

v2021.06.29

29 Jun 19:55
785e489
Compare
Choose a tag to compare
  • Fixes #13 by removing the need for the deploy key entirely. Now the template will pull credentials directly from the service connection used to checkout the code when publishing a release against GitHub. The variable is left in the template for backwards compatibility, but it's no longer used.
  • Removes some of the debug comments for modules, per #6 when not in debug mode.
  • Rearranged the order of steps in the Publish, so the GitHub release is created before the module is published
  • Synced changes from deploy-module template to deploy-module-publish-only template

v2021.04.23

23 Apr 22:08
636b4f7
Compare
Choose a tag to compare
  • #21 Add a template option for building and publishing but not deploying a module
  • #22 Rearrange order of some tasks to fix issue with gitversion task

v2021.01.28

29 Jan 23:44
a3e84a8
Compare
Choose a tag to compare

The default branch for this repository has been renamed to main, and along with that #14 has been resolved. PS Modules can now use the DefaultBranch variable to specify the default branch. This will default to master for backwards compatiblity.

v2021.01.20

20 Jan 17:03
4e62df1
Compare
Choose a tag to compare

Adds support for mkdocs-markdownextradata-plugin to the docs template. It is now available in the pipeline and can be added to your mkdocs.yml.