File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ public DependencyDirectory(string subfolderName, string userReportedDirectoryPur
2525 this . userReportedDirectoryPurpose = userReportedDirectoryPurpose ;
2626
2727 string path ;
28- if ( EnvironmentVariables . GetBuildlessDependencyDir ( ) is string dir )
29- {
30- path = dir ;
31- attemptCleanup = false ;
32- }
33- else
34- {
35- path = FileUtils . GetTemporaryWorkingDirectory ( out _ ) ;
36- attemptCleanup = true ;
37- }
28+ // if (EnvironmentVariables.GetBuildlessDependencyDir() is string dir)
29+ // {
30+ // path = dir;
31+ // attemptCleanup = false;
32+ // }
33+ // else
34+ // {
35+ path = FileUtils . GetTemporaryWorkingDirectory ( out _ ) ;
36+ attemptCleanup = true ;
37+ // }
3838 DirInfo = new DirectoryInfo ( Path . Combine ( path , subfolderName ) ) ;
3939 DirInfo . Create ( ) ;
4040 }
You can’t perform that action at this time.
0 commit comments