Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 0da3f05f

Přidáno uživatelem Milan Hotovec před téměř 4 roky(ů)

Hopefully Fixed platform independent paths
refs #8299 @30m

Zobrazit rozdíly:

tests/Leuze.Tests.Configuration/Utilities.cs
25 25
            string projectDirectory = Directory.GetParent(workingDirectory).Parent.Parent.Parent.Parent.Parent.FullName;
26 26

  
27 27
            // Loop through all dll files in directory
28
            foreach (FileInfo file in new DirectoryInfo(Path.Combine(projectDirectory, "src\\Presentation\\Leuze.Modules\\net5.0")).GetFiles("*.dll"))
28
            foreach (FileInfo file in new DirectoryInfo(Path.Combine(projectDirectory, "src", "Presentation", "Leuze.Modules", "net5.0")).GetFiles("*.dll"))
29 29
            {
30 30
                try
31 31
                {

Také k dispozici: Unified diff