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 / sdk-unified-build (VMR Vertical Build Windows_x64) failed Jul 30, 2024 in 1h 32m 42s

VMR Vertical Build Windows_x64 failed

Annotations

Check failure on line 428 in repo-projects\Directory.Build.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sdk-unified-build (VMR Vertical Build Windows_x64)

repo-projects\Directory.Build.targets#L428

repo-projects\Directory.Build.targets(428,5): error MSB3073: The command "D:\a\_work\1\vmr\src\sdk\eng\common\build.cmd -restore -build -pack -publish -ci -configuration Release -bl /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=true /p:RestoreConfigFile=D:\a\_work\1\vmr\artifacts\obj\sdk\NuGet.config /p:SourceBuiltAssetsDir=D:\a\_work\1\vmr\artifacts\assets\Release\ /p:SourceBuiltAssetManifestsDir=D:\a\_work\1\vmr\artifacts\obj\AssetManifests\sdk\ -nativeToolsOnMachine /p:PackageProjectUrl=https://github.com/dotnet/sdk /p:PortableRid=win-x64 /p:TargetRid=win-x64 -v minimal /p:NETCoreAppMaximumVersion=99.9 /p:PortableOSName= /p:Rid=win-x64 /p:Architecture=x64 /p:DOTNET_INSTALL_DIR=D:\a\_work\1\vmr\.dotnet\ /p:PublicBaseURL=file://D:\a\_work\1\vmr\artifacts\assets\Release\ /p:FallbackPublicBaseURL=https://dotnetbuilds.blob.core.windows.net/public/ /p:UsePortableLinuxSharedFramework=false -msbuildEngine dotnet /p:SourceBuiltShippingPackagesDir=D:\a\_work\1\vmr\artifacts\packages\Release\Shipping\sdk\ /p:SourceBuiltNonShippingPackagesDir=D:\a\_work\1\vmr\artifacts\packages\Release\NonShipping\sdk > D:\a\_work\1\vmr\artifacts\log\Release\sdk.log 2>&1" exited with code 1.

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sdk-unified-build (VMR Vertical Build Windows_x64)

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

src\sdk\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\vmr\src\sdk\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.GetFiles(String path)
   at Microsoft.DotNet.Cli.Build.GenerateRuntimeAnalyzersSWR.AddFolder(StringBuilder sb, String relativeSourcePath, String swrInstallDir, Boolean ngenAssemblies) in /_/src/sdk/src/Installer/core-sdk-tasks/GenerateRuntimeAnalyzersSWR.cs:line 46
   at Microsoft.DotNet.Cli.Build.GenerateRuntimeAnalyzersSWR.Execute() in /_/src/sdk/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)

Check failure on line 130 in artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\SourceBuild\SourceBuildArcadeBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sdk-unified-build (VMR Vertical Build Windows_x64)

artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\SourceBuild\SourceBuildArcadeBuild.targets#L130

artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\SourceBuild\SourceBuildArcadeBuild.targets(130,5): error MSB3073: The command ""D:\a\_work\1\vmr\.dotnet\dotnet.exe" msbuild /m /nologo /clp:Summary /v:minimal /nr:False /p:ContinuousIntegrationBuild=True /warnaserror /p:TreatWarningsAsErrors=true "D:\a\_work\1\vmr\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk/tools/Build.proj" "/bl:D:\a\_work\1\vmr\src\sdk\artifacts\log\Release\Build.binlog" "/p:Configuration=Release" "/p:RepoRoot=D:\a\_work\1\vmr\src\sdk\\" "/p:Restore=True" "/p:DeployDeps=False" "/p:Build=True" "/p:Rebuild=False" "/p:Deploy=False" "/p:Test=False" "/p:Pack=True" "/p:DotNetBuildRepo=False" "/p:IntegrationTest=False" "/p:PerformanceTest=False" "/p:Sign=False" "/p:Publish=True" "/p:DotNetBuildRepo=true" "/p:DotNetBuildOrchestrator=true" "/p:RestoreConfigFile=D:\a\_work\1\vmr\artifacts\obj\sdk\NuGet.config" "/p:SourceBuiltAssetsDir=D:\a\_work\1\vmr\artifacts\assets\Release\\" "/p:SourceBuiltAssetManifestsDir=D:\a\_work\1\vmr\artifacts\obj\AssetManifests\sdk\\" "/p:PackageProjectUrl=https://github.com/dotnet/sdk" "/p:PortableRid=win-x64" "/p:TargetRid=win-x64" "/p:NETCoreAppMaximumVersion=99.9" "/p:PortableOSName=" "/p:Rid=win-x64" "/p:Architecture=x64" "/p:DOTNET_INSTALL_DIR=D:\a\_work\1\vmr\.dotnet\\" "/p:PublicBaseURL=file://D:\a\_work\1\vmr\artifacts\assets\Release\\" "/p:FallbackPublicBaseURL=https://dotnetbuilds.blob.core.windows.net/public/" "/p:UsePortableLinuxSharedFramework=false" "/p:SourceBuiltShippingPackagesDir=D:\a\_work\1\vmr\artifacts\packages\Release\Shipping\sdk\\" "/p:SourceBuiltNonShippingPackagesDir=D:\a\_work\1\vmr\artifacts\packages\Release\NonShipping\sdk" "/logger:D:\a\_work\1\vmr\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\net9.0\Microsoft.DotNet.ArcadeLogging.dll"  /p:DotNetBuildInnerRepo=true /p:RepoRoot="D:\a\_work\1\vmr\src\sdk\\" /p:ArtifactsDir="D:\a\_work\1\vmr\src\sdk\artifacts\\" /bl:"D:\a\_work\1\vmr\src\sdk\artifacts\log\Release\source-inner-build.binlog" /p:ContinuousIntegrationBuild=true /p:SourceBuildOutputDir="D:\a\_work\1\vmr\src\sdk\artifacts\sb\\" /p:DotNetPackageVersionPropsPath="D:\a\_work\1\vmr\artifacts\obj\PackageVersions\PackageVersions.sdk.props" /p:FullAssemblySigningSupported=false /p:DotNetPublishUsingPipelines=true /p:GitHubRepositoryName=sdk" exited with code 1.