Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d12c6f4
Moved the contents of src/Assets to test/TestAssets.
MiYanni Jul 2, 2024
9e0422e
Update the path for Helix tests for the TestAssets folder.
MiYanni Jul 2, 2024
58a6b3f
Needed to update the TestAssets directory for creating the Helix drop.
MiYanni Jul 2, 2024
ee088a3
Missed many other files that referenced the old Assets path.
MiYanni Jul 2, 2024
28d0474
Seems this path was wrong too.
MiYanni Jul 3, 2024
a431094
Looks like the *.Tests.csproj projects from TestAssets were being pic…
MiYanni Jul 3, 2024
b48be12
Trying to write to the console to see what path it thinks is wrong. M…
MiYanni Jul 3, 2024
37d351e
Added outputting the directory tree to a text file.
MiYanni Jul 9, 2024
eb1ffa2
Merge branch 'main' into MoveSrcAssetsToTestAssets
MiYanni Jul 9, 2024
9f3dab7
Simplified package path for BuildTestPackages.targets. Trying to writ…
MiYanni Jul 9, 2024
e6d86e3
Forcing tests to fail so I can get the testPackagesPath.
MiYanni Jul 10, 2024
f343c94
Merge branch 'main' into MoveSrcAssetsToTestAssets
MiYanni Jul 10, 2024
22535bf
Forcing exception failure for TestContext.cs with path data.
MiYanni Jul 10, 2024
58a835a
Added new exceptions to check runAsTool and TestAssetsDirectory value.
MiYanni Jul 10, 2024
5248859
Added exception for outputting BaseDirectory and the files contained …
MiYanni Jul 11, 2024
5a928a1
Meant to do GetDirectories instead.
MiYanni Jul 11, 2024
305a143
Finally figured out that I never changed the LinkBase from Assets to …
MiYanni Jul 11, 2024
ea269f7
Remove writing DirectoryTree file in CI.
MiYanni Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 8 additions & 8 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
# Area-AspNetCore
/src/BlazorWasmSdk/ @dotnet/aspnet-blazor-eng
/test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/ @dotnet/aspnet-blazor-eng
/src/Assets/TestProjects/BlazorHosted/ @dotnet/aspnet-blazor-eng
/src/Assets/TestProjects/BlazorHostedRID/ @dotnet/aspnet-blazor-eng
/src/Assets/TestProjects/BlazorWasmMinimal/ @dotnet/aspnet-blazor-eng
/src/Assets/TestProjects/BlazorWasmWithLibrary/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorHosted/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorHostedRID/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorWasmMinimal/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/BlazorWasmWithLibrary/ @dotnet/aspnet-blazor-eng
/src/RazorSdk/ @dotnet/razor-compiler
/test/Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests/ @dotnet/aspnet-blazor-eng
/test/Microsoft.NET.Sdk.Razor.Tests/ @dotnet/razor-compiler
/test/Microsoft.NET.Sdk.Razor.Tool.Tests/ @dotnet/razor-compiler
/src/Assets/TestPackages/PackageLibraryDirectDependency/ @dotnet/aspnet-blazor-eng
/src/Assets/TestPackages/PackageLibraryTransitiveDependency/ @dotnet/aspnet-blazor-eng
/src/src/Assets/TestProjects/Razor*/ @dotnet/razor-compiler
/test/TestAssets/TestPackages/PackageLibraryDirectDependency/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestPackages/PackageLibraryTransitiveDependency/ @dotnet/aspnet-blazor-eng
/test/TestAssets/TestProjects/Razor*/ @dotnet/razor-compiler

# Area-Wasm
/src/WasmSdk @lewing @akoeplinger @pavelsavara @maraf
Expand Down Expand Up @@ -72,7 +72,7 @@
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak

# Area-Watch
/src/Assets/TestProjects/Watch*/ @tmat @arkalyanms @dotnet/roslyn-ide
/test/TestAssets/TestProjects/Watch*/ @tmat @arkalyanms @dotnet/roslyn-ide
/test/dotnet-watch.Tests/ @tmat @arkalyanms @dotnet/roslyn-ide
/test/Microsoft.AspNetCore.Watch.BrowserRefresh.Tests/ @dotnet/aspnet-blazor-eng
/src/BuiltInTools/* @tmat @arkalyanms @dotnet/roslyn-ide
Expand Down
2 changes: 1 addition & 1 deletion TemplateEngine.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"solution": {
"path": "sdk.sln",
"projects": [
"src\\Assets\\TestPackages\\dotnet-new\\Microsoft.TemplateEngine.TestTemplates.csproj",
"test\\TestAssets\\TestPackages\\dotnet-new\\Microsoft.TemplateEngine.TestTemplates.csproj",
"src\\Cli\\Microsoft.DotNet.Cli.Sln.Internal\\Microsoft.DotNet.Cli.Sln.Internal.csproj",
"src\\Cli\\Microsoft.DotNet.Cli.Utils\\Microsoft.DotNet.Cli.Utils.csproj",
"src\\Cli\\Microsoft.DotNet.Configurer\\Microsoft.DotNet.Configurer.csproj",
Expand Down
2 changes: 1 addition & 1 deletion build/RunTestsOnHelix.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ robocopy %HELIX_CORRELATION_PAYLOAD%\t\TestExecutionDirectoryFiles %TestExecutio

set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=%TestExecutionDirectory%
set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=%HELIX_CORRELATION_PAYLOAD%\r
set DOTNET_SDK_TEST_ASSETS_DIRECTORY=%TestExecutionDirectory%\assets
set DOTNET_SDK_TEST_ASSETS_DIRECTORY=%TestExecutionDirectory%\TestAssets

REM call dotnet new so the first run message doesn't interfere with the first test
dotnet new --debug:ephemeral-hive
Expand Down
2 changes: 1 addition & 1 deletion build/RunTestsOnHelix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cp -a $HELIX_CORRELATION_PAYLOAD/t/TestExecutionDirectoryFiles/. $TestExecutionD

export DOTNET_SDK_TEST_EXECUTION_DIRECTORY=$TestExecutionDirectory
export DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=$HELIX_CORRELATION_PAYLOAD/r
export DOTNET_SDK_TEST_ASSETS_DIRECTORY=$TestExecutionDirectory/Assets
export DOTNET_SDK_TEST_ASSETS_DIRECTORY=$TestExecutionDirectory/TestAssets

# call dotnet new so the first run message doesn't interfere with the first test
dotnet new --debug:ephemeral-hive
Expand Down
2 changes: 1 addition & 1 deletion sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.ApiCompat.
EndProject
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}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TemplateEngine.TestTemplates", "src\Assets\TestPackages\dotnet-new\Microsoft.TemplateEngine.TestTemplates.csproj", "{C37EC61D-6A88-4C15-B371-A61F23EF9072}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.TemplateEngine.TestTemplates", "test\TestAssets\TestPackages\dotnet-new\Microsoft.TemplateEngine.TestTemplates.csproj", "{C37EC61D-6A88-4C15-B371-A61F23EF9072}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{06260DC7-BA64-42BE-B99C-6069A1C3E70E}"
EndProject
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/Assets/Directory.Build.props

This file was deleted.

6 changes: 0 additions & 6 deletions src/Assets/Directory.Build.targets

This file was deleted.

22 changes: 0 additions & 22 deletions src/Assets/TestPackages/dotnet-portable/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/Assets/TestPackages/dotnet-portable/dotnet-portable.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions src/Assets/TestPackages/dotnet-prefercliruntime/Program.cs

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/Assets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions src/Assets/TestProjects/MSBuildTestApp/Program.cs

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions src/Assets/TestProjects/TestAppSimple/Program.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/Assets/TestProjects/TestAppSimple/TestAppSimple.csproj

This file was deleted.

Loading