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

Join assets from verticals in the final join point #43627

Merged
merged 23 commits into from
Oct 17, 2024

Update vmr-build.yml

875c991
Select commit
Loading
Failed to load commit list.
Merged

Join assets from verticals in the final join point #43627

Update vmr-build.yml
875c991
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-sdk-public-ci succeeded Oct 17, 2024 in 40m 35s

Build #20241017.56 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 16,815 (93.33%)
  • Other: 1,200 (6.66%)
  • Total: 18,016

Annotations

Check failure on line 1 in Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewInstantiateTests.CanOverwriteFilesWithForce

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewInstantiateTests.CanOverwriteFilesWithForce

Expected command to exit with 0 but it did not.\r\nFile Name: D:\\a\\_work\\1\\s\\artifacts\\bin\\redist\\Release\\dotnet\\dotnet.exe\r\nArguments: new console --no-restore --force --debug:custom-hive D:\\a\\_work\\1\\s\\artifacts\\tmp\\Release\\dotnet-new.IntegrationTests\\SharedHomeDirectory\\20241017161406893\r\nExit Code: 100\r\nStdOut:\r\n\r\nStdErr:\r\nTemplate \"Console App\" could not be created.\r\nFailed to create template.\r\nDetails: Error while processing file /content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj\r\nThe process cannot access the file 'D:\\a\\_work\\1\\s\\artifacts\\tmp\\Release\\dotnet-new.IntegrationTests\\CanOverwriteFilesWithForce\\20241017161424224\\20241017161424224.csproj' because it is being used by another process.\r\n\r\nFor details on the exit code, refer to https://aka.ms/templating-exit-codes#100\r\n
Raw output
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.ExitWith(Int32 expectedExitCode) in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 22
   at Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewInstantiateTests.CanOverwriteFilesWithForce() in D:\a\_work\1\s\test\dotnet-new.Tests\DotnetNewInstantiateTests.cs:line 115
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)