Skip to content

Commit 4d9002b

Browse files
committed
retry
1 parent f3cc879 commit 4d9002b

File tree

13 files changed

+8
-2044
lines changed

13 files changed

+8
-2044
lines changed

eng/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ while [[ -h "$source" ]]; do
1414
done
1515
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
1616

17+
export MSBUILD_TELEMETRY_SAMPLE_RATE=1.0
18+
export MSBUILDFLUSHNODESTELEMETRYINTOCONSOLE=1
19+
export MSBUILDOUTPUTNODESTELEMETRY=1
20+
export DOTNET_CLI_TELEMETRY_OPTOUT=0
21+
1722
usage()
1823
{
1924
echo "Common settings:"

eng/common/tools.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
167167

168168
# Disable telemetry on CI.
169169
if ($ci) {
170-
$env:DOTNET_CLI_TELEMETRY_OPTOUT=1
171170
}
172171

173172
# Find the first path on %PATH% that contains the dotnet.exe

eng/common/tools.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ function InitializeDotNetCli {
119119

120120
# Disable telemetry on CI
121121
if [[ $ci == true ]]; then
122-
export DOTNET_CLI_TELEMETRY_OPTOUT=1
123122
fi
124123

125124
# LTTNG is the logging infrastructure used by Core CLR. Need this variable set

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ extends:
115115

116116
browser_wasm:
117117
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64
118+
options: "--name sample -v /usr/bin/docker:/tmp/docker:ro"
118119
env:
119120
ROOTFS_DIR: /crossrootfs/x64
120121

eng/pipelines/common/templates/wasm-library-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,3 @@ jobs:
9191
or(
9292
eq(variables['alwaysRunVar'], true),
9393
eq(variables['isDefaultPipeline'], variables['shouldRunOnDefaultPipelines']))
94-
# extra steps, run tests
95-
postBuildSteps:
96-
- template: /eng/pipelines/libraries/helix.yml
97-
parameters:
98-
creator: dotnet-bot
99-
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
100-
extraHelixArguments: /p:BrowserHost=$(_hostedOs) $(_wasmRunSmokeTestsOnlyArg) ${{ parameters.extraHelixArguments }}
101-
scenarios: ${{ parameters.scenarios }}

eng/pipelines/runtime.yml

Lines changed: 2 additions & 1711 deletions
Large diffs are not rendered by default.

src/mono/sample/wasm/browser-advanced/ILLink.Descriptors.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/mono/sample/wasm/browser-advanced/Program.cs

Lines changed: 0 additions & 115 deletions
This file was deleted.

src/mono/sample/wasm/browser-advanced/Wasm.Advanced.Sample.csproj

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/mono/sample/wasm/browser-advanced/advanced-sample.lib.module.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)