Skip to content

Commit c86180b

Browse files
Merge remote-tracking branch 'remotes/origin/FabNuget'
2 parents 00d0553 + 7ae7665 commit c86180b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runtime/Nuget/XSAddNugetSource.prgx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ VAR appDataRoamingPath := Environment.GetFolderPath(Environment.SpecialFolder.Ap
99
VAR nugetConfigPath := Path.Combine(appDataRoamingPath, "NuGet\\nuget.config")
1010
VAR xsharpOffLine := "XSharp Offline Packages"
1111
VAR sourceUrl := GetXSharpInstallationPath()
12+
sourceUrl := Path.Combine(sourceUrl, "NuGet")
1213

1314
local doc as XDocument
1415
IF !File.Exists(nugetConfigPath)

0 commit comments

Comments
 (0)