Fix warnings in our build projects so VSO powershell scripts don't fail.

This commit is contained in:
Eric Erhardt 2016-05-16 18:30:56 -05:00
parent b90f5081c9
commit 14ed7a3e45
6 changed files with 87 additions and 49 deletions

View file

@ -106,7 +106,7 @@ namespace Microsoft.DotNet.Cli.Build
Directory.Delete(path, true);
return;
}
catch (IOException ex)
catch (IOException)
{
if (retry == 0)
{