mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:00:07 +08:00
Fix "Nightly Release" pipeline following csproj changes
This commit is contained in:
parent
952a07ef41
commit
7ec4e692a9
@ -9,7 +9,7 @@ $projs = Get-ChildItem "$root/../src" -Recurse | Where-Object { $_.extension -eq
|
|||||||
$projs | ForEach-Object {
|
$projs | ForEach-Object {
|
||||||
$xml = New-Object XML
|
$xml = New-Object XML
|
||||||
$xml.Load($_.FullName)
|
$xml.Load($_.FullName)
|
||||||
$xml.Project.PropertyGroup[0].Version = $version
|
$xml.Project.PropertyGroup.Version = $version
|
||||||
$xml.Save($_.FullName)
|
$xml.Save($_.FullName)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user