Skip to content

Commit

Permalink
Set csproj values only for actual OpenKH projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed Mar 26, 2020
1 parent 712f64d commit 3c2b9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $actualVersion = "$($majorVersion).$($minorVersion).$($build).$($revision)"
$informativeVersion = "$($actualVersion)-$($Env:BUILD_SOURCEBRANCHNAME)"

Get-ChildItem -Path $sourcesDirectory -Filter "*.csproj" -Recurse -File |
Where-Object { $_.FullName -like "*OpenKh*" } |
Where-Object { $_.FullName -like "*OpenKh.*" } |
ForEach-Object {
Log "Patching $($_.FullName)"

Expand Down

0 comments on commit 3c2b9ab

Please sign in to comment.