Added more logging to UpdateVersion script
This commit is contained in:
parent
5020e3a82b
commit
322d6356a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user