Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jun 14, 2024
1 parent 37b45b2 commit 20f722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean test test-docker install release docs
PROJECT_NAME ?= twilio_twilio-csharp
SONAR_SOURCES ?= /d:sonar.exclusions=src/Twilio/Rest/**/*.*,test/Twilio.Test/**/*.*
SONAR_SOURCES ?= /d:sonar.exclusions=src/Twilio/Rest/**/*.*,test/Twilio.Test/**/*.*

clean:
dotnet clean
Expand Down

0 comments on commit 20f722b

Please sign in to comment.