Skip to content

Commit 2933cc4

Browse files
committed
It's not an exec anymore
1 parent e525137 commit 2933cc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ task "dotnetNugetPush"(
136136
}
137137
}
138138

139-
task dist(type: Exec, dependsOn: ["dotnetBuild", "dotnetTest"]) {
139+
task dist(dependsOn: ["dotnetBuild", "dotnetTest"]) {
140+
// Just somewhere to hang dependencies
140141
}
141142

142143
task helloWorld() {

0 commit comments

Comments
 (0)