mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Merge pull request #18112 from iterate-ch/bugfix/vs2026-build
Fix MSBuild in VS2026 update validating Json Schema for .nupkg.metadata
This commit is contained in:
@@ -28,5 +28,5 @@ foreach ($line in Get-Content $PackagesListPath) {
|
||||
New-Item -Force -Type Directory $TargetDirectory
|
||||
Get-ChildItem $TargetDirectory | Remove-Item -Recurse -Force
|
||||
tar.exe xf $NupkgFile -C $TargetDirectory
|
||||
Set-Content "$TargetDirectory\.nupkg.metadata" '{}'
|
||||
Set-Content "$TargetDirectory\.nupkg.metadata" '{ "contentHash": "" }'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user