Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: Removes the unused part of the generate script #47

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions scripts/generate-csharp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ kiota generate -l csharp --ll trace -o generated/csharp/src/GitHub -c GitHubClie
# Build and run post-processor
go build -o $(pwd)/post-processors/csharp/post-processor post-processors/csharp/main.go
$(pwd)/post-processors/csharp/post-processor $(pwd)/generated/csharp/src/GitHub

# Build and run the generated code and call the API via generated SDK
cd generated/csharp/src
dotnet restore
dotnet run --project GitHub.Octokit.csproj
Loading