File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
build-tools/automation/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ run-ptests: $(PTESTS) bin/Test$(CONFIGURATION)/$(JAVA_INTEROP_LIB)
147147 exit $$ r;
148148
149149run-java-source-utils-tests :
150- $(MSBUILD ) $(MSBUILD_FLAGS ) tools/java-source-utils/java-source-utils.csproj /t:RunTests
150+ $(MSBUILD ) $(MSBUILD_FLAGS ) tools/java-source-utils/java-source-utils.csproj /t:RunTests -v:diag
151151
152152bin/Test$(CONFIGURATION ) /$(JAVA_INTEROP_LIB ) : bin/$(CONFIGURATION ) /$(JAVA_INTEROP_LIB )
153153 cp $< $@
Original file line number Diff line number Diff line change 66 displayName : Prepare Solution
77 inputs :
88 projects : Java.Interop.sln
9- arguments : ' -c $(Build.Configuration) -target:Prepare -p:MaxJdkVersion=$(MaxJdkVersion)'
9+ arguments : ' -c $(Build.Configuration) -target:Prepare -p:MaxJdkVersion=$(MaxJdkVersion) -v:diag '
1010
1111- task : DotNetCoreCLI@2
1212 displayName : Shut down existing build server
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ steps:
113113 condition : eq('${{ parameters.runJavaTests }}', 'true')
114114 inputs :
115115 command : build
116- arguments : tools/java-source-utils/java-source-utils.csproj / t:RunTests
116+ arguments : tools/java-source-utils/java-source-utils.csproj - t:RunTests -v:diag
117117 continueOnError : true
118118
119119- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments