From 322d6356a77204b2dfd4a948cf670af39cddd58a Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 1 Oct 2019 10:23:25 +0200 Subject: [PATCH] Added more logging to UpdateVersion script --- build/UpdateVersion.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/UpdateVersion.ps1 b/build/UpdateVersion.ps1 index 70e542c..bc64645 100644 --- a/build/UpdateVersion.ps1 +++ b/build/UpdateVersion.ps1 @@ -11,6 +11,7 @@ if (-not (Test-Path env:GitVersion_AssemblySemVer)) $env:GitVersion_AssemblySemVer = "2.0.0" } +Write-Host "Updating version to $($env:GitVersion_AssemblySemVer) for projects in $($env:APPVEYOR_BUILD_FOLDER)" $projectFiles = Get-ChildItem $env:APPVEYOR_BUILD_FOLDER -Recurse *.csproj | Select -ExpandProperty FullName foreach ($projectFile in $projectFiles)