trim build dependencies from output

This commit is contained in:
Andrew Stanton-Nurse 2016-05-02 19:51:12 -07:00
parent afa471cde3
commit 08c4aae6a9
11 changed files with 209 additions and 51 deletions

View file

@ -109,8 +109,8 @@ namespace Microsoft.DotNet.Cli.Build
ExecSilent(_crossGenPath, crossgenArgs, env);
File.Delete(file);
File.Move(tempPathName, file);
File.Copy(tempPathName, file, overwrite: true);
File.Delete(tempPathName);
}
}
}