Added Valleysoft.DockerCredsProvider.dll exclusion back as it is necessary. Updated or removed TODO comments. Fixed some tabbing from merging. Fixed a compilation bug if this code is ever built against 4.5.1(????)
This commit is contained in:
parent
ab7fc869ca
commit
5a9e492894
5 changed files with 7 additions and 10 deletions
|
@ -190,7 +190,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
|
||||
private string GetBaseDirectory() =>
|
||||
#if NET451
|
||||
return AppDomain.CurrentDomain.BaseDirectory;
|
||||
AppDomain.CurrentDomain.BaseDirectory;
|
||||
#else
|
||||
AppContext.BaseDirectory;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue