mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Target win-x64 instead of win7-x64 (#1306)
* Target win-x64 instead of win7-x64 * Bump version * Update descriptions & fix path
This commit is contained in:
@@ -110,7 +110,7 @@ Task("PopulateRuntimes")
|
||||
buildPlan.Rids = new string[]
|
||||
{
|
||||
"default", // To allow testing the published artifact
|
||||
"win7-x64",
|
||||
"win-x64",
|
||||
"ubuntu.14.04-x64",
|
||||
"ubuntu.16.04-x64",
|
||||
"centos.7-x64",
|
||||
|
||||
Reference in New Issue
Block a user