From 48ebbeead3a324a6929fafa8d7803bc9ea9febdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Andr=C3=A9e=20=5BMSFT=5D?= Date: Sun, 15 Jan 2023 16:24:56 +0100 Subject: [PATCH] Updates forgotten during the last pipeline update (#8) * Removed publish wiki task * Accidentally removed the task `FixEncoding` --- CHANGELOG.md | 2 +- build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4189d5f..9dcfabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated badges. - Merging with [CommonTasks](https://github.com/dsccommunity/CommonTasks). -- Updated pipeline to latest version of Sampler. +- Updated pipeline to latest version of Sampler without Release Wiki task. ## [0.8.0] - 2022-04-21 diff --git a/build.yaml b/build.yaml index 5fe710f..6f2c5af 100644 --- a/build.yaml +++ b/build.yaml @@ -59,9 +59,9 @@ BuildWorkflow: - Pester_If_Code_Coverage_Under_Threshold publish: + - publish_module_to_gallery - Publish_Release_To_GitHub - - Publish_Module_To_gallery - - Publish_GitHub_Wiki_Content + #- Publish_GitHub_Wiki_Content - Create_ChangeLog_GitHub_PR ####################################################