diff --git a/eng/packages/http-client-csharp/generator/Azure.Generator/src/Properties/launchSettings.json b/eng/packages/http-client-csharp/generator/Azure.Generator/src/Properties/launchSettings.json new file mode 100644 index 000000000000..d2eb974d8e2f --- /dev/null +++ b/eng/packages/http-client-csharp/generator/Azure.Generator/src/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "Basic-TypeSpec": { + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.Generator.CSharp.dll $(SolutionDir)/TestProjects/Local/Basic-TypeSpec -p AzureClientPlugin", + "commandName": "Executable", + "executablePath": "dotnet" + } + } +}