Skip to content

Commit 68681c1

Browse files
authored
Moved src/Assets to test/TestAssets (#41924)
1 parent 54a34c3 commit 68681c1

File tree

1,487 files changed

+92
-668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,487 files changed

+92
-668
lines changed

CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# Area-AspNetCore
1515
/src/BlazorWasmSdk/ @dotnet/aspnet-blazor-eng
1616
/test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/ @dotnet/aspnet-blazor-eng
17-
/src/Assets/TestProjects/BlazorHosted/ @dotnet/aspnet-blazor-eng
18-
/src/Assets/TestProjects/BlazorHostedRID/ @dotnet/aspnet-blazor-eng
19-
/src/Assets/TestProjects/BlazorWasmMinimal/ @dotnet/aspnet-blazor-eng
20-
/src/Assets/TestProjects/BlazorWasmWithLibrary/ @dotnet/aspnet-blazor-eng
17+
/test/TestAssets/TestProjects/BlazorHosted/ @dotnet/aspnet-blazor-eng
18+
/test/TestAssets/TestProjects/BlazorHostedRID/ @dotnet/aspnet-blazor-eng
19+
/test/TestAssets/TestProjects/BlazorWasmMinimal/ @dotnet/aspnet-blazor-eng
20+
/test/TestAssets/TestProjects/BlazorWasmWithLibrary/ @dotnet/aspnet-blazor-eng
2121
/src/RazorSdk/ @dotnet/razor-compiler
2222
/test/Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests/ @dotnet/aspnet-blazor-eng
2323
/test/Microsoft.NET.Sdk.Razor.Tests/ @dotnet/razor-compiler
2424
/test/Microsoft.NET.Sdk.Razor.Tool.Tests/ @dotnet/razor-compiler
25-
/src/Assets/TestPackages/PackageLibraryDirectDependency/ @dotnet/aspnet-blazor-eng
26-
/src/Assets/TestPackages/PackageLibraryTransitiveDependency/ @dotnet/aspnet-blazor-eng
27-
/src/src/Assets/TestProjects/Razor*/ @dotnet/razor-compiler
25+
/test/TestAssets/TestPackages/PackageLibraryDirectDependency/ @dotnet/aspnet-blazor-eng
26+
/test/TestAssets/TestPackages/PackageLibraryTransitiveDependency/ @dotnet/aspnet-blazor-eng
27+
/test/TestAssets/TestProjects/Razor*/ @dotnet/razor-compiler
2828

2929
# Area-Wasm
3030
/src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf
@@ -72,7 +72,7 @@
7272
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak
7373

7474
# Area-Watch
75-
/src/Assets/TestProjects/Watch*/ @tmat @arkalyanms @dotnet/roslyn-ide
75+
/test/TestAssets/TestProjects/Watch*/ @tmat @arkalyanms @dotnet/roslyn-ide
7676
/test/dotnet-watch.Tests/ @tmat @arkalyanms @dotnet/roslyn-ide
7777
/test/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests/ @dotnet/aspnet-blazor-eng
7878
/src/BuiltInTools/* @tmat @arkalyanms @dotnet/roslyn-ide

TemplateEngine.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"solution": {
33
"path": "sdk.sln",
44
"projects": [
5-
"src\\Assets\\TestPackages\\dotnet-new\\Microsoft.TemplateEngine.TestTemplates.csproj",
5+
"test\\TestAssets\\TestPackages\\dotnet-new\\Microsoft.TemplateEngine.TestTemplates.csproj",
66
"src\\Cli\\Microsoft.DotNet.Cli.Sln.Internal\\Microsoft.DotNet.Cli.Sln.Internal.csproj",
77
"src\\Cli\\Microsoft.DotNet.Cli.Utils\\Microsoft.DotNet.Cli.Utils.csproj",
88
"src\\Cli\\Microsoft.DotNet.Configurer\\Microsoft.DotNet.Configurer.csproj",

build/RunTestsOnHelix.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ robocopy %HELIX_CORRELATION_PAYLOAD%\t\TestExecutionDirectoryFiles %TestExecutio
2828

2929
set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=%TestExecutionDirectory%
3030
set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=%HELIX_CORRELATION_PAYLOAD%\r
31-
set DOTNET_SDK_TEST_ASSETS_DIRECTORY=%TestExecutionDirectory%\assets
31+
set DOTNET_SDK_TEST_ASSETS_DIRECTORY=%TestExecutionDirectory%\TestAssets
3232

3333
REM call dotnet new so the first run message doesn't interfere with the first test
3434
dotnet new --debug:ephemeral-hive

build/RunTestsOnHelix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cp -a $HELIX_CORRELATION_PAYLOAD/t/TestExecutionDirectoryFiles/. $TestExecutionD
1616

1717
export DOTNET_SDK_TEST_EXECUTION_DIRECTORY=$TestExecutionDirectory
1818
export DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=$HELIX_CORRELATION_PAYLOAD/r
19-
export DOTNET_SDK_TEST_ASSETS_DIRECTORY=$TestExecutionDirectory/Assets
19+
export DOTNET_SDK_TEST_ASSETS_DIRECTORY=$TestExecutionDirectory/TestAssets
2020

2121
# call dotnet new so the first run message doesn't interfere with the first test
2222
dotnet new --debug:ephemeral-hive

sdk.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.ApiCompat.
389389
EndProject
390390
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.ApiCompat.Tests", "test\Microsoft.DotNet.ApiCompat.Tests\Microsoft.DotNet.ApiCompat.Tests.csproj", "{A9103B98-D888-4260-8A05-FA36F640698A}"
391391
EndProject
392-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TemplateEngine.TestTemplates", "src\Assets\TestPackages\dotnet-new\Microsoft.TemplateEngine.TestTemplates.csproj", "{C37EC61D-6A88-4C15-B371-A61F23EF9072}"
392+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TemplateEngine.TestTemplates", "test\TestAssets\TestPackages\dotnet-new\Microsoft.TemplateEngine.TestTemplates.csproj", "{C37EC61D-6A88-4C15-B371-A61F23EF9072}"
393393
EndProject
394394
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{06260DC7-BA64-42BE-B99C-6069A1C3E70E}"
395395
EndProject

src/Assets/DesktopTestProjects/NETFrameworkReferenceNETStandard20/MultiTFMTestApp/MultiTFMTestApp.csproj

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

src/Assets/DesktopTestProjects/NETFrameworkReferenceNETStandard20/MultiTFMTestApp/Program.cs

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

src/Assets/DesktopTestProjects/NETFrameworkReferenceNETStandard20/TestApp/Program.cs

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

src/Assets/DesktopTestProjects/NETFrameworkReferenceNETStandard20/TestApp/TestApp.csproj

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

src/Assets/DesktopTestProjects/NETFrameworkReferenceNETStandard20/TestLibrary/Helper.cs

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

0 commit comments

Comments
 (0)