Beispiel #1
0
 public void Dispose()
 {
     //  Skip path length validation if running on full framework MSBuild.  We do the path length validation
     //  to avoid getting path to long errors when copying the test drop in our build infrastructure.  However,
     //  those builds are only built with .NET Core MSBuild running on Windows
     if (!UsingFullFrameworkMSBuild && RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
     {
         _testAssetsManager.ValidateDestinationDirectories();
     }
 }
Beispiel #2
0
 public void Dispose()
 {
     _testAssetsManager.ValidateDestinationDirectories();
 }