From d5b9a016227e04835651ca5850b2c51917719651 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 25 Jul 2024 09:24:19 +0200 Subject: [PATCH] workflows added debug message --- tools/private/Edit-FetchContentGitTag.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/private/Edit-FetchContentGitTag.ps1 b/tools/private/Edit-FetchContentGitTag.ps1 index 287576278..5018042e1 100644 --- a/tools/private/Edit-FetchContentGitTag.ps1 +++ b/tools/private/Edit-FetchContentGitTag.ps1 @@ -44,6 +44,8 @@ $fileContentReplaced = $fileContent -creplace $regex, "`${before}$GitTag" # Save to the file ($fileContentReplaced -join "`n") + "`n" | Set-Content -Path $cmakeListsPath -NoNewline +Write-Progress " GIT_TAG was updated to $GitTag in $CMakeLists" + <# .Synopsis Update the FetchContent GIT_TAG in the given CMakeLists.txt