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