Skip to content

Conversation

@IsaacCalligeros95
Copy link
Collaborator

⚠️ Does this change require a corresponding Server Change?
⚠️ If so - please add a "Requires Server Change" label to this PR!

build/Build.cs Outdated
var packagesToPublish = crossPlatformPackages.Concat(netFxPackages).ToArray();

packagesToPublish.ForEach(PublishPackage);
var groupedPackages = packagesToPublish
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When publishing in parallel we hit file IO exceptions e.g.

/usr/local/share/dotnet/sdk/6.0.422/Microsoft.Common.CurrentVersion.targets(4651,5): error : IOException: The process cannot access the file '/Users/isaaccalligeros/Desktop/source/Calamari/source/Calamari.Scripting/obj/Debug/net6.0/win-x64/ref/Calamari.Scripting.dll' because it is being used by another process. [/Users/isaaccalligeros/Desktop/source/Calamari/source/Calamari.Scripting/Calamari.Scripting.csproj]

In theory seperate framework publishes should not be accessing the same files (I think) We should be able to publish these in parallel.

@IsaacCalligeros95 IsaacCalligeros95 force-pushed the isaac/bash-arrays-remove-xxd branch 2 times, most recently from bb10d2d to 6f43e8c Compare May 27, 2025 03:34
@IsaacCalligeros95 IsaacCalligeros95 force-pushed the isaac/bash-arrays-remove-xxd branch from ce92bb9 to 700695b Compare June 1, 2025 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant