Skip to content

Commit

Permalink
tools deploy updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 14, 2024
1 parent aacfa33 commit f06e18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1705,12 +1705,12 @@ function Invoke-UpdateVcpkgPorts {
Edit-VcpkgRefAndHash -Project $Script:GitHubProject -Ref $vcpkgRef -PortFile $portfiles `
-RefAsVersionVariable:(-not [string]::IsNullOrEmpty($Script:TagVersion))

# Allow to updated port-version fields if TinyOrm version wasn't bumped
# Increase the port-version fields if TinyOrm version wasn't bumped
if ($Script:BumpsHash.TinyOrm.type -eq [BumpType]::None) {
Invoke-BumpPortVersions
NewLine
}
# Remove a port-version fields if the TinyOrm version was bumped
# Remove the port-version fields if the TinyOrm version was bumped
else {
Remove-PortVersions
}
Expand Down

0 comments on commit f06e18d

Please sign in to comment.