Skip to content

Commit 5ba0e0f

Browse files
committed
C#: Adjust the relative path to the stub generator project file.
1 parent d4af05c commit 5ba0e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/scripts/stubs/make_stubs_nuget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run_cmd(cmd, msg="Failed to run command"):
8282
run_cmd(['dotnet', 'new', 'globaljson', '--force', '--sdk-version', sdk_version, '--output', workDir])
8383

8484
print("\n* Running stub generator")
85-
helpers.run_cmd_cwd(['dotnet', 'run', '--project', thisDir + '/../../../extractor/Semmle.Extraction.CSharp.DependencyStubGenerator/Semmle.Extraction.CSharp.DependencyStubGenerator.csproj'], projectDirIn)
85+
helpers.run_cmd_cwd(['dotnet', 'run', '--project', thisDir + '/../../extractor/Semmle.Extraction.CSharp.DependencyStubGenerator/Semmle.Extraction.CSharp.DependencyStubGenerator.csproj'], projectDirIn)
8686

8787
print("\n* Creating new raw output project")
8888
rawSrcOutputDirName = 'src'

0 commit comments

Comments
 (0)