We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f04e8 commit 1147f18Copy full SHA for 1147f18
1 file changed
build/updatevcpkg.ps1
@@ -178,3 +178,8 @@ Write-Host "`nvcpkg port updated successfully!"
178
Write-Host "`nUpdated files:"
179
Write-Host " $vcpkgJson"
180
Write-Host " $portfile"
181
+
182
+$portContent = Get-Content $portfile -Raw
183
+if ($portContent -match '\bPATCHES\b') {
184
+ Write-Warning "This port includes patches. Review them to either remove or update."
185
+}
0 commit comments