We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134baf commit 0969a84Copy full SHA for 0969a84
build-tools/automation/templates/core-tests.yaml
@@ -72,7 +72,7 @@ steps:
72
condition: eq('${{ parameters.runNativeTests }}', 'true')
73
inputs:
74
command: test
75
- arguments: bin/Test$(Build.Configuration)$(NetCoreTargetFrameworkPathSuffix)/Java.Interop-Tests.dll
+ arguments: bin/Test$(Build.Configuration)$(NetCoreTargetFrameworkPathSuffix)/Java.Interop-Tests.dll -- RunConfiguration.TargetPlatform=x64
76
continueOnError: true
77
78
- task: DotNetCoreCLI@2
0 commit comments