Skip to content

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Nov 20, 2025

This pull request updates the following dependencies

From https://github.com/microsoft/testfx

…251119.2

On relative base path root
Microsoft.Testing.Platform From Version 2.1.0-preview.25564.1 -> To Version 2.1.0-preview.25569.2
MSTest From Version 4.1.0-preview.25564.1 -> To Version 4.1.0-preview.25569.2
@dsplaisted
Copy link
Member

@agocke @jtschuster We are hitting the file access error for the GenerateBundle task here:

/tmp/helix/working/AC30094E/p/d/sdk/10.0.200-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(1132,5): error MSB4018: The "GenerateBundle" task failed unexpectedly. [/private/tmp/helix/working/AC30094E/t/dotnetSdkTests.xetfHW6M/PublishSingleFile1/PublishSingleFile1/PublishSingleFile2.csproj]
/tmp/helix/working/AC30094E/p/d/sdk/10.0.200-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(1132,5): error MSB4018: System.IO.IOException: The process cannot access the file '/private/tmp/helix/working/AC30094E/t/dotnetSdkTests.xetfHW6M/PublishSingleFile1/PublishSingleFile1/obj/Debug/net10.0/win-x86/singlefilehost.exe' because it is being used by another process. [/private/tmp/helix/working/AC30094E/t/dotnetSdkTests.xetfHW6M/PublishSingleFile1/PublishSingleFile1/PublishSingleFile2.csproj]
/tmp/helix/working/AC30094E/p/d/sdk/10.0.200-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(1132,5): error MSB4018:    at Microsoft.Win32.SafeHandles.SafeFileHandle.Init(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Int64& fileLength, UnixFileMode& filePermissions) [/private/tmp/helix/working/AC30094E/t/dotnetSdkTests.xetfHW6M/PublishSingleFile1/PublishSingleFile1/PublishSingleFile2.csproj]

Did the fix from #50784 regress or did the code not flow to release/10.0.2xx, or what? Could you investigate?

@jtschuster
Copy link
Member

Looks like this branch is still using the RC2 HostModel package:
https://github.com/dotnet/sdk/blob/release/10.0.2xx/eng/Version.Details.props#L105C1-L106C1

Weirdly I don't see runtime in the dotnet/dotnet branch for 10.0.2xx:
https://github.com/dotnet/dotnet/tree/release/10.0.2xx/src

DonnaChen888 and others added 2 commits November 21, 2025 09:08
…251120.2

On relative base path root
Microsoft.Testing.Platform From Version 2.1.0-preview.25564.1 -> To Version 2.1.0-preview.25570.2
MSTest From Version 4.1.0-preview.25564.1 -> To Version 4.1.0-preview.25570.2
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.

4 participants