diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index e00df10..cbbed95 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -59,11 +59,13 @@ if ($oldCommit -eq $newCommit) { Write-Host ">> Commit detectado." # 6. GESTIÓN DE TAGS (VISUAL TOPMOST) +Write-Host "git ls-remote --tags origin $tagName" $remoteTagInfo = git ls-remote --tags origin $tagName if ($remoteTagInfo) { # --- TRUCO PARA QUE LA VENTANA SALGA AL FRENTE --- # Creamos un formulario invisible que esté "Siempre Visible" (TopMost) + Write-Host "Recibimos remoteTagInfo" $topForm = New-Object System.Windows.Forms.Form $topForm.TopMost = $true $topForm.Opacity = 0 # Invisible