Small changes that I noticed when diffing the files

This commit is contained in:
Livar Cunha 2016-05-26 23:33:37 -07:00
parent e634fedae8
commit 7963018d3d
6 changed files with 9 additions and 5 deletions

View file

@ -147,7 +147,8 @@ namespace Microsoft.DotNet.Cli.Build
{ "RHEL_x64", false },
{ "OSX_x64", false },
{ "Debian_x64", false },
{ "CentOS_x64", false }
{ "CentOS_x64", false },
{ "Fedora_23_x64", false }
};
List<string> blobs = new List<string>(AzurePublisherTool.ListBlobs($"{Channel}/Binaries/{CliNuGetVersion}/"));

View file

@ -37,6 +37,7 @@
"ubuntu.16.04-x64": {},
"centos.7-x64": {},
"rhel.7.2-x64": {},
"debian.8-x64": {}
"debian.8-x64": {},
"fedora.23-x64"
}
}