Skip to content

Commit 8ba6045

Browse files
committed
🎨 Use buildPlugin command in az pipelines
1 parent 4f8eadc commit 8ba6045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
- task: Gradle@2
3535
inputs:
3636
jdkVersionOption: '1.8'
37-
tasks: 'build'
37+
tasks: 'buildPlugin'
3838
displayName: 'Build plugin'
3939

4040
- task: GitHubRelease@0

0 commit comments

Comments
 (0)