Skip to content

Commit d765c82

Browse files
committed
[Nuget] Correction of the Root Folder
Correction of the Root folder var
1 parent 025d5cc commit d765c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runtime/Nuget/XSPackNuget.prgx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IF Args:Count >= 1
99
Tool := Args[0]
1010
ENDIF
1111

12-
VAR Root := "..\Dev"
12+
VAR Root := "..\..\.."
1313

1414
VAR VersionFile := Root + "\src\Common\BuildNumber.h"
1515

0 commit comments

Comments
 (0)