Skip to content

Commit

Permalink
Disable wasm relinking for dotnet-linker-tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Mar 17, 2021
1 parent bc48041 commit b02bd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/runtime-linker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
testGroup: innerloop
timeoutInMinutes: 120
nameSuffix: Runtime_Release
buildArgs: -s mono+libs -c $(_BuildConfig)
buildArgs: -s mono+libs -c $(_BuildConfig) -p:WasmBuildNative=false
extraStepsTemplate: /eng/pipelines/libraries/execute-trimming-tests-steps.yml

0 comments on commit b02bd8b

Please sign in to comment.