File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def generate(
91
91
92
92
def compile_package (sdk_root , module ) -> bool :
93
93
if os .system (
94
- 'mvn --no-transfer-progress clean verify package -f {0}/pom.xml -Dmaven.javadoc.skip -Dgpg.skip -Drevapi.skip -pl {1}:{2} -am' .format (
94
+ 'mvn --no-transfer-progress clean verify package -f {0}/pom.xml -Dmaven.javadoc.skip -Dgpg.skip -DskipTestCompile -Djacoco.skip - Drevapi.skip -pl {1}:{2} -am' .format (
95
95
sdk_root , GROUP_ID , module )) != 0 :
96
96
logging .error ('[COMPILE] Maven build fail' )
97
97
return False
Original file line number Diff line number Diff line change 30
30
npm install -g autorest
31
31
displayName : ' Install autorest'
32
32
33
- - template : /eng/common/testproxy/test-proxy-tool.yml
34
- parameters :
35
- runProxy : true
33
+ # - template: /eng/common/testproxy/test-proxy-tool.yml
34
+ # parameters:
35
+ # runProxy: true
36
36
37
37
- bash : |
38
38
export PATH=$JAVA_HOME_11_X64/bin:$PATH
You can’t perform that action at this time.
0 commit comments