Fix warnings in our build projects so VSO powershell scripts don't fail.
This commit is contained in:
parent
b90f5081c9
commit
14ed7a3e45
6 changed files with 87 additions and 49 deletions
|
@ -106,7 +106,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
Directory.Delete(path, true);
|
||||
return;
|
||||
}
|
||||
catch (IOException ex)
|
||||
catch (IOException)
|
||||
{
|
||||
if (retry == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue