Skip to content
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

Create a transport package for VS and VS authoring for analyzers #42451

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Update the redist-installer side of the change

6256806
Select commit
Loading
Failed to load commit list.
Draft

Create a transport package for VS and VS authoring for analyzers #42451

Update the redist-installer side of the change
6256806
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-sdk-public-ci (Build TestBuild: windows (x64)) failed Jul 30, 2024 in 15m 29s

Build TestBuild: windows (x64) failed

Annotations

Check failure on line 511 in src\Installer\redist-installer\targets\GenerateMSIs.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci (Build TestBuild: windows (x64))

src\Installer\redist-installer\targets\GenerateMSIs.targets#L511

src\Installer\redist-installer\targets\GenerateMSIs.targets(511,1): error MSB4018: (NETCORE_ENGINEERING_TELEMETRY=Build) The "GenerateRuntimeAnalyzersSWR" task failed unexpectedly.
System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\a\_work\1\s\artifacts\bin\Release\RuntimeAnalyzers\AspNetCoreAnalyzers'.
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at System.IO.Directory.GetFiles(String path)
   at Microsoft.DotNet.Cli.Build.GenerateRuntimeAnalyzersSWR.AddFolder(StringBuilder sb, String relativeSourcePath, String swrInstallDir, Boolean ngenAssemblies) in /_/src/Installer/core-sdk-tasks/GenerateRuntimeAnalyzersSWR.cs:line 46
   at Microsoft.DotNet.Cli.Build.GenerateRuntimeAnalyzersSWR.Execute() in /_/src/Installer/core-sdk-tasks/GenerateRuntimeAnalyzersSWR.cs:line 18
   at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(TaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)