Skip to content

Commit 0969a84

Browse files
committed
Explicitly set RunConfiguration.TargetPlatform=x64 ?
1 parent e134baf commit 0969a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/templates/core-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ steps:
7272
condition: eq('${{ parameters.runNativeTests }}', 'true')
7373
inputs:
7474
command: test
75-
arguments: bin/Test$(Build.Configuration)$(NetCoreTargetFrameworkPathSuffix)/Java.Interop-Tests.dll
75+
arguments: bin/Test$(Build.Configuration)$(NetCoreTargetFrameworkPathSuffix)/Java.Interop-Tests.dll -- RunConfiguration.TargetPlatform=x64
7676
continueOnError: true
7777

7878
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)