Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b985a5d
Update assembly version from hardcoded to MajorVersion
carlossanlop Aug 18, 2022
371465c
Bump version to 8 in XsdDataContractExporterTests
carlossanlop Aug 24, 2022
6ef101c
Retrieve major version dynamically for expected message in TypesTest_…
carlossanlop Aug 24, 2022
0780ab4
Retrieve major version dynamically for expected message in SurrogateP…
carlossanlop Aug 24, 2022
b27254a
Manually generate the TestData.resources.
carlossanlop Aug 25, 2022
727f422
Avoid hardcoded 8 in additional SurrogateTests line
carlossanlop Oct 19, 2022
2ae65a5
Fix Diagnostics.EventLog supression message
carlossanlop Oct 24, 2022
cefdcea
Merge remote-tracking branch 'origin/main' into Net8Changes
radical Nov 1, 2022
4040569
Update assembly version from hardcoded to MajorVersion
carlossanlop Aug 18, 2022
c906e67
Bump version to 8 in XsdDataContractExporterTests
carlossanlop Aug 24, 2022
7085bbf
Retrieve major version dynamically for expected message in TypesTest_…
carlossanlop Aug 24, 2022
72a9121
Retrieve major version dynamically for expected message in SurrogateP…
carlossanlop Aug 24, 2022
9b7515e
Manually generate the TestData.resources.
carlossanlop Aug 25, 2022
38ef5be
Avoid hardcoded 8 in additional SurrogateTests line
carlossanlop Oct 19, 2022
d760fa5
Fix Diagnostics.EventLog supression message
carlossanlop Oct 24, 2022
d3bfb56
Extract the LocalEchoServer bits from the projects
radical Oct 28, 2022
63fe2dc
Build the LocalEchoServers specifically without using artifacts .
radical Oct 28, 2022
0ba793c
add missing files
radical Oct 28, 2022
8199b4b
[wasm] fixup extensions targets for LocalEchoServer
radical Nov 1, 2022
ad3c98a
[wasm] Use eng/targetingpacks.targets instead of wasm specific targets
radical Nov 1, 2022
5651091
[wasm] Avoid duplicate imports, and don't use the targetingpacks.targets
radical Nov 1, 2022
fcc492e
[wasm] Workaround for https://github.com/dotnet/runtime/issues/77707
radical Nov 1, 2022
889650f
Merge branch 'Net8Changes' of https://github.com/carlossanlop/runtime…
radical Nov 1, 2022
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
Prev Previous commit
Next Next commit
add missing files
  • Loading branch information
radical committed Nov 1, 2022
commit 0ba793c5f7f3f3639a1ca631de3fc3d340e20db9
10 changes: 10 additions & 0 deletions eng/testing/ForXHarness.Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project>
<!-- This is for use with projects that don't need to be built with artifacts. And
need to be loadable by xharness. For example, aspnetcore middleware -->
<PropertyGroup>
<RepositoryRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/</RepositoryRoot>
<BaseIntermediateOutputPath>$([MSBuild]::NormalizeDirectory($(RepositoryRoot), 'artifacts', 'obj', $(MSBuildProjectName)))</BaseIntermediateOutputPath>
<IntermediateOutputPath>$([MSBuild]::NormalizeDirectory($(BaseIntermediateOutputPath), $(Configuration)))</IntermediateOutputPath>
<OutputPath>$([MSBuild]::NormalizeDirectory($(RepositoryRoot), 'artifacts', 'bin', $(MSBuildProjectName), $(Configuration)))</OutputPath>
</PropertyGroup>
</Project>
4 changes: 4 additions & 0 deletions eng/testing/ForXHarness.Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<Project>
<!-- This is for use with projects that don't need to be built with artifacts. And
need to be loadable by xharness. For example, aspnetcore middleware -->
</Project>