Skip to content

[no-review] Dummy change to test the CI. #116786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# .NET Runtime


[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/dotnet/runtime/runtime?branchName=main)](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=129&branchName=main)
[![Help Wanted](https://img.shields.io/github/issues/dotnet/runtime/help%20wanted?style=flat-square&color=%232EA043&label=help%20wanted)](https://github.com/dotnet/runtime/labels/help%20wanted)
[![Good First Issue](https://img.shields.io/github/issues/dotnet/runtime/good%20first%20issue?style=flat-square&color=%232EA043&label=good%20first%20issue)](https://github.com/dotnet/runtime/labels/good%20first%20issue)
Expand Down
1 change: 1 addition & 0 deletions src/mono/browser/browser.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<UsingTask TaskName="Microsoft.WebAssembly.Build.Tasks.RunWithEmSdkEnv" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" TaskFactory="TaskHostFactory" />


<PropertyGroup>
<!-- FIXME: clean up the duplication with libraries Directory.Build.props -->
<NativeBinDir>$([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'native', '$(NetCoreAppCurrent)-$(TargetOS)-$(Configuration)-$(TargetArchitecture)'))</NativeBinDir>
Expand Down
1 change: 1 addition & 0 deletions src/mono/browser/build/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Wasm app build


This usually consists of taking the built assemblies, and related files, and generating an app bundle.

Wasm app build can run in two scenarios:
Expand Down
1 change: 1 addition & 0 deletions src/mono/wasm/build/WasmApp.Common.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project>
<PropertyGroup>

<TargetArchitecture>wasm</TargetArchitecture>
<UseMonoRuntime>true</UseMonoRuntime>

Expand Down
1 change: 1 addition & 0 deletions src/mono/wasm/features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Configuring and hosting .NET WebAssembly applications


## Table of contents
- [Configuring browser features](#Configuring-browser-features)
- [Project folder structure](#Project-folder-structure)
Expand Down
Loading