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
path: root/eng
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2022-03-03 03:57:08 +0300
committerGitHub <noreply@github.com>2022-03-03 03:57:08 +0300
commit1d60246366fb9e3de61e0a519b7813c4fcffd157 (patch)
tree3e54b3af249dccb25be5bc030614d9451e29a1c9 /eng
parent7830fddeead7907f6dd45f814fc3b8d49cd4b082 (diff)
[wasm] Bump sdk for workload testing to `7.0.100-preview.3.22151.18` (#65003)
* [wasm] bump sdk for workload testing to 7.0.100-preview.2.22108.4 * [wasm] dotnet-install.sh logs errors from curl, while trying older urls, .. don't let that fail the build. * [wasm] trigger Wasm.Build.Tests when workload-testing.targets changes * [wasm] trigger Wasm.Build.Tests on CI when eng/Versions.props changes * [wasm] Update Wasm.Build.Tests to target net7.0 by default net6 projects don't build with the workload currently. Tests will be added for that once it is fixed. * Bump sdk for workload testing to 7.0.100-preview.3.22128.3 * Bump sdk version for workload testing to 7.0.100-preview.3.22151.18
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props2
-rw-r--r--eng/pipelines/common/evaluate-default-paths.yml2
-rw-r--r--eng/testing/tests.wasm.targets2
3 files changed, 5 insertions, 1 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 078b7240bba..08785bb49e7 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -157,7 +157,7 @@
<SQLitePCLRawbundle_greenVersion>2.0.4</SQLitePCLRawbundle_greenVersion>
<MoqVersion>4.12.0</MoqVersion>
<FsCheckVersion>2.14.3</FsCheckVersion>
- <SdkVersionForWorkloadTesting>7.0.100-alpha.1.21528.1</SdkVersionForWorkloadTesting>
+ <SdkVersionForWorkloadTesting>7.0.100-preview.3.22151.18</SdkVersionForWorkloadTesting>
<CompilerPlatformTestingVersion>1.1.1-beta1.22103.1</CompilerPlatformTestingVersion>
<!-- Docs -->
<MicrosoftPrivateIntellisenseVersion>6.0.0-preview-20220104.1</MicrosoftPrivateIntellisenseVersion>
diff --git a/eng/pipelines/common/evaluate-default-paths.yml b/eng/pipelines/common/evaluate-default-paths.yml
index d2589666773..31ee0bdaa40 100644
--- a/eng/pipelines/common/evaluate-default-paths.yml
+++ b/eng/pipelines/common/evaluate-default-paths.yml
@@ -117,7 +117,9 @@ jobs:
- src/mono/nuget/Microsoft.NET.Runtime.MonoTargets.Sdk/*
- src/mono/mono/*
- eng/testing/scenarios/BuildWasmAppsJobsList.txt
+ - eng/testing/workloads-testing.targets
- eng/Version.Details.xml
+ - eng/Versions.props
- src/mono/wasm/emscripten-version.txt
- subset: wasmdebuggertests
include:
diff --git a/eng/testing/tests.wasm.targets b/eng/testing/tests.wasm.targets
index 58a8656be20..7c20c14c9d8 100644
--- a/eng/testing/tests.wasm.targets
+++ b/eng/testing/tests.wasm.targets
@@ -15,6 +15,7 @@
<_ShellCommandSeparator Condition="'$(OS)' == 'Windows_NT'">&amp;&amp;</_ShellCommandSeparator>
<_ShellCommandSeparator Condition="'$(OS)' != 'Windows_NT'">&amp;&amp;</_ShellCommandSeparator>
<_WasmMainJSFileName Condition="'$(WasmMainJSPath)' != ''">$([System.IO.Path]::GetFileName('$(WasmMainJSPath)'))</_WasmMainJSFileName>
+ <_WasmStrictVersionMatch Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</_WasmStrictVersionMatch>
<XUnitUseRandomizedTestOrderer Condition="'$(XUnitUseRandomizedTestOrderer)' == '' and '$(IsTestProject)' == 'true'">true</XUnitUseRandomizedTestOrderer>
</PropertyGroup>
@@ -165,6 +166,7 @@
<_WasmPropertyNames Include="WasmNativeStrip" />
<_WasmPropertyNames Include="WasmEnableES6" />
<_WasmPropertyNames Include="_WasmDevel" />
+ <_WasmPropertyNames Include="_WasmStrictVersionMatch" />
<_WasmPropertyNames Include="WasmEmitSymbolMap" />
<_WasmPropertiesToPass