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.
1 parent 5ba0e0f commit 743be92Copy full SHA for 743be92
.github/workflows/csharp-qltest.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
# Generate (Asp)NetCore stubs
93
STUBS_PATH=stubs_output
94
- python3 ql/src/Stubs/make_stubs_nuget.py webapp Swashbuckle.AspNetCore.Swagger 6.5.0 "$STUBS_PATH"
+ python3 scripts/stubs/make_stubs_nuget.py webapp Swashbuckle.AspNetCore.Swagger 6.5.0 "$STUBS_PATH"
95
rm -rf ql/test/resources/stubs/_frameworks
96
# Update existing stubs in the repo with the freshly generated ones
97
mv "$STUBS_PATH/output/stubs/_frameworks" ql/test/resources/stubs/
0 commit comments