Small changes that I noticed when diffing the files
This commit is contained in:
parent
e634fedae8
commit
7963018d3d
6 changed files with 9 additions and 5 deletions
|
@ -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}/"));
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
"ubuntu.16.04-x64": {},
|
||||
"centos.7-x64": {},
|
||||
"rhel.7.2-x64": {},
|
||||
"debian.8-x64": {}
|
||||
"debian.8-x64": {},
|
||||
"fedora.23-x64"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue