Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Rylek <trylek@microsoft.com>2020-09-28 01:37:45 +0300
committerGitHub <noreply@github.com>2020-09-28 01:37:45 +0300
commite2e43f44f1032780fa7c2bb965153c9da615c3d0 (patch)
tree449dda984b64a05c9f4fdf1832b696324fad931f /eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
parent08472ef5352b89398c59ae9dee5a36eb7bcbff26 (diff)
Move most of src/coreclr/tests under src/tests and related cleanups (#42386)
* Move stress_dependencies, external and scripts under src/tests/Common; * Fix build scripts to download nuget packages under artifacts, not into the source tree; * Replace src/tests/Directory.Build.props with src/coreclr/tests/Directory.Build.props; * Inject src/coreclr/tests/Directory.Build.targets into src/tests/Directory.Build.targets. Thanks Tomas
Diffstat (limited to 'eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml')
-rw-r--r--eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml b/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
index f5f0c9ddf6c..17198e87125 100644
--- a/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
+++ b/eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
@@ -78,6 +78,6 @@ steps:
# DotNet-HelixApi-Access variable group
helixAccessToken: $(HelixApiAccessToken)
- helixProjectArguments: '$(Build.SourcesDirectory)/src/coreclr/tests/helixpublishwitharcade.proj'
+ helixProjectArguments: '$(Build.SourcesDirectory)/src/tests/Common/helixpublishwitharcade.proj'
scenarios: normal \ No newline at end of file