Skip to content

Commit

Permalink
Merge branch 'v/2.3' of github.com:dwmkerr/sharpgl into v/2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 1, 2014
2 parents c194920 + 0f88a05 commit 85b3098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/BuildRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $folderReleaseExtensions = Join-Path $folderRelease "Extensions"
EnsureEmptyFolderExists($folderReleaseExtensions)
CopyItems (Join-Path $folderExtensionsRoot "SharpGL.2010\bin\Release\SharpGL.2010.vsix") $folderReleaseExtensions
CopyItems (Join-Path $folderExtensionsRoot "SharpGL\bin\Release\SharpGL.vsix") $folderReleaseExtensions
Write-Host "Built extensions."
Write-Host "Built extensions, updating VSIX files for the Visual Studio Gallery..."

# Now use vsix tools to tweak the extensions.
Vsix-SetVersion -VsixPath (Join-Path $folderReleaseExtensions "SharpGL.2010.vsix") -Version $releaseVersion
Expand Down

0 comments on commit 85b3098

Please sign in to comment.