We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00d0553 + 7ae7665 commit c86180bCopy full SHA for c86180b
src/Runtime/Nuget/XSAddNugetSource.prgx
@@ -9,6 +9,7 @@ VAR appDataRoamingPath := Environment.GetFolderPath(Environment.SpecialFolder.Ap
9
VAR nugetConfigPath := Path.Combine(appDataRoamingPath, "NuGet\\nuget.config")
10
VAR xsharpOffLine := "XSharp Offline Packages"
11
VAR sourceUrl := GetXSharpInstallationPath()
12
+sourceUrl := Path.Combine(sourceUrl, "NuGet")
13
14
local doc as XDocument
15
IF !File.Exists(nugetConfigPath)
0 commit comments