Skip to content

Commit

Permalink
#82: Setup riderRD dependency before running dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Oct 8, 2022
1 parent 6cd7478 commit 26e4878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ task setBuildTool {

task compileDotNet {
dependsOn setBuildTool
dependsOn setupDependencies

doLast {
def arguments = setBuildTool.args.clone()
arguments << "/t:Restore;Rebuild"
Expand Down

0 comments on commit 26e4878

Please sign in to comment.