Hi,
I found that loading loading templateDirectory from nswag.json is behaving "weird" in GitHub Actions. Instead of a path related to project it was searching for files in dotnet/sdk. This PR convert templateDirectory to be relative to nswag.json file (it's the same idea like loading openApi.json).
Hi, I found that loading loading
templateDirectory
fromnswag.json
is behaving "weird" in GitHub Actions. Instead of a path related to project it was searching for files indotnet/sdk
. This PR converttemplateDirectory
to be relative tonswag.json
file (it's the same idea like loadingopenApi.json
).