Skip to content

Commit

Permalink
Just publish it...
Browse files Browse the repository at this point in the history
  • Loading branch information
tothegills committed Jan 10, 2024
1 parent e578e4a commit 9ae59ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ function PublishVSIX($vsixFile, $environment) {
throw "The valid environments are 'Test' and 'Production'"
}

if(!(IsPublishRequired $manifest)){
Write-Host "Version already published. Skipping publishing."
return;
}

if ($environment -eq "Production") {
Write-Host "Publishing $vsixFile to everyone (public extension)..."
& tfx extension publish --vsix $vsixFile --token $accessToken --no-prompt
Expand Down

0 comments on commit 9ae59ce

Please sign in to comment.