We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae16f7c commit 37d4e66Copy full SHA for 37d4e66
.azure-pipelines/signjars-nightly.yml
@@ -105,6 +105,7 @@ extends:
105
displayName: Build plugin.jar
106
inputs:
107
script: |-
108
+ ./mvnw clean install -N -f pom.xml -Dmaven.repo.local=./.repository
109
./mvnw clean install -f com.microsoft.java.debug.target/pom.xml -Dmaven.repo.local=./.repository
110
./mvnw clean install -f com.microsoft.java.debug.plugin/pom.xml -Dmaven.repo.local=./.repository
111
0 commit comments