You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Build -> D:\a\_work\1\vmr\src\msbuild\artifacts\bin\Microsoft.Build\Release\net472\Microsoft.Build.dll
D:\a\_work\1\vmr\.dotnet\sdk\10.0.100-alpha.1.24555.54\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): error : The process cannot access the file 'D:\a\_work\1\vmr\src\msbuild\artifacts\obj\Microsoft.Build.Framework\Release\Microsoft.Build.Framework.17.13.0-ci-24606-01.nuspec' because it is being used by another process. [D:\a\_work\1\vmr\src\msbuild\src\Framework\Microsoft.Build.Framework.csproj::TargetFramework=net472]
##[error].dotnet\sdk\10.0.100-alpha.1.24555.54\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) The process cannot access the file 'D:\a\_work\1\vmr\src\msbuild\artifacts\obj\Microsoft.Build.Framework\Release\Microsoft.Build.Framework.17.13.0-ci-24606-01.nuspec' because it is being used by another process.
Successfully created package 'D:\a\_work\1\vmr\src\msbuild\artifacts\bin\Microsoft.Build.BuildCheck.UnitTests\CustomChecks\Microsoft.Build.Framework.17.13.0-ci-24606-01.nupkg'.
D:\a\_work\1\vmr\.dotnet\sdk\10.0.100-alpha.1.24555.54\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): error : The process cannot access the file 'D:\a\_work\1\vmr\src\msbuild\artifacts\bin\Microsoft.Build.BuildCheck.UnitTests\CustomChecks\Microsoft.Build.17.13.0-ci-24606-01.nupkg' because it is being used by another process. [D:\a\_work\1\vmr\src\msbuild\src\Build\Microsoft.Build.csproj::TargetFramework=net9.0]
##[error].dotnet\sdk\10.0.100-alpha.1.24555.54\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(221,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) The process cannot access the file 'D:\a\_work\1\vmr\src\msbuild\artifacts\bin\Microsoft.Build.BuildCheck.UnitTests\CustomChecks\Microsoft.Build.17.13.0-ci-24606-01.nupkg' because it is being used by another process.
Successfully created package 'D:\a\_work\1\vmr\src\msbuild\artifacts\bin\Microsoft.Build.BuildCheck.UnitTests\CustomChecks\Microsoft.Build.17.13.0-ci-24606-01.nupkg'.
from https://dev.azure.com/dnceng-public/public/_build/results?buildId=887994&view=logs&j=af161a59-3ba0-595e-b1dd-589f209b7277&t=169bd431-100e-5e1f-71a2-8f0b618112dd&l=320
Looks like Microsoft.Build packages are created in parallel multiple times (the CustomChecks unit tests seem to create the packages again).
This caused the VMR build to fail.
The text was updated successfully, but these errors were encountered: