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:
Charles Gagnon
2021-11-16 11:18:01 -08:00
committed by GitHub
parent 6fe6d51dcf
commit d560ff6d5e
25 changed files with 57 additions and 57 deletions

View File

@@ -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",