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)