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

Fix OSX build in master branch #1641

Closed
dseefeld opened this issue Jul 3, 2020 · 1 comment
Closed

Fix OSX build in master branch #1641

dseefeld opened this issue Jul 3, 2020 · 1 comment
Assignees
Labels
area-build Improvements in source-build's own build process

Comments

@dseefeld
Copy link
Contributor

dseefeld commented Jul 3, 2020

OSX build for 5.0 is failing in installers repo with the following error:

/Users/runner/runners/2.171.1/work/1/s/artifacts/src/installer.b0d47ebe3474026fe5cbef83de2b336d292b6c26/src/redist/targets/GeneratePKG.targets(140,7): SourceArchive '/Users/runner/runners/2.171.1/work/1/s/artifacts/src/installer.b0d47ebe3474026fe5cbef83de2b336d292b6c26/artifacts/obj/redist/Release/downloads/aspnetcore-targeting-pack-5.0.0-preview.4.20257.10.tar.gz does not exist. [/Users/runner/runners/2.171.1/work/1/s/artifacts/src/installer.b0d47ebe3474026fe5cbef83de2b336d292b6c26/src/redist/redist.csproj]
/Users/runner/runners/2.171.1/work/1/s/artifacts/src/installer.b0d47ebe3474026fe5cbef83de2b336d292b6c26/src/redist/targets/GeneratePKG.targets(140,7): error MSB4018: The "ExtractArchiveToDirectory" task failed unexpectedly.
System.IO.IOException: Directory not empty
   at System.IO.FileSystem.RemoveDirectoryInternal(DirectoryInfo directory, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at Microsoft.DotNet.Build.Tasks.ExtractArchiveToDirectory.Execute() in /_/src/core-sdk-tasks/ExtractArchiveToDirectory.cs:line 97
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/Users/runner/runners/2.171.1/work/1/s/artifacts/src/installer.b0d47ebe3474026fe5cbef83de2b336d292b6c26/src/redist/redist.csproj]
@MichaelSimons
Copy link
Member

MichaelSimons commented Oct 18, 2022

MacOS support is being tracked with #2909 for .NET 8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-build Improvements in source-build's own build process
Projects
None yet
Development

No branches or pull requests

2 participants