Skip to content

Commit

Permalink
Upload the experimental nightly package
Browse files Browse the repository at this point in the history
Fixes #6406.
  • Loading branch information
brettfo authored Apr 1, 2019
1 parent e1f4933 commit 92ffe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/publish-assets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ try {
}

$branchName = $branchName.Replace("/", "_") # can't have slashes in the branch name
$vsix = Join-Path $artifactsPath "VSSetup\$configuration\Insertion\VisualFSharpFull.vsix"
$vsix = Join-Path $artifactsPath "VSSetup\$configuration\VisualFSharpFull.vsix"

Write-Host " Uploading '$vsix' to '$requestUrl'."

Expand Down

0 comments on commit 92ffe0c

Please sign in to comment.