Skip to content

chore(ci): Add allowPackageConflicts for idempotent NuGet publish - #3041

Merged
agneszitte merged 1 commit into
mainfrom
dev/agzi/ci-skip-duplicate-nuget-push
Mar 18, 2026
Merged

chore(ci): Add allowPackageConflicts for idempotent NuGet publish#3041
agneszitte merged 1 commit into
mainfrom
dev/agzi/ci-skip-duplicate-nuget-push

chore(ci): Add allowPackageConflicts for idempotent NuGet publish

6f98144
Select commit
Loading
Failed to load commit list.
Azure Pipelines / uno.extensions succeeded Mar 18, 2026 in 18m 8s

Build #7.2-dev.46+1a547faec4 had test failures

Details

Tests

  • Failed: 2 (0.07%)
  • Passed: 2,991 (97.97%)
  • Other: 60 (1.97%)
  • Total: 3,053

Annotations

Check failure on line 1 in Uno.Extensions.Reactive.Tests.Operators.Given_FeedToListFeedAdapter.When_KeyEquatableNoComparerAndUpdate_Then_TrackItemsUsingKeyEquality

See this annotation in the file changed.

@azure-pipelines azure-pipelines / uno.extensions

Uno.Extensions.Reactive.Tests.Operators.Given_FeedToListFeedAdapter.When_KeyEquatableNoComparerAndUpdate_Then_TrackItemsUsingKeyEquality

Test method Uno.Extensions.Reactive.Tests.Operators.Given_FeedToListFeedAdapter.When_KeyEquatableNoComparerAndUpdate_Then_TrackItemsUsingKeyEquality threw exception: 
System.TimeoutException: [sut] The source feed did not produced the expected 2 messages (got only 1) within the given delay of 0:00:01.
[FeedRecorder<FeedToListFeedAdapter`1,IImmutableList`1>] sut (1 messages)
	01: data*: Some(MyKeyedRecord { Id = 1, Version = 1 },MyKeyedRecord { Id = 2, Version = 2 },MyKeyedRecord { Id = 4, Version = 1 },MyKeyedRecord { Id = 5, Version = 1 }) | error: None | progress: Final
		Data changes:
			CollectionChangeSet { }
Raw output
    at Uno.Extensions.Reactive.Testing.FeedRecorder`2.WaitForMessages(Int32 count, Int32 timeout, CancellationToken ct) in /_/src/Uno.Extensions.Reactive.Testing/FeedRecorder.T.cs:line 143
   at FluentAssertions.MessageRecorderAssertions`1.BeAsync(Action`1 constraintsBuilder, Int32 timeout, CancellationToken ct) in /_/src/Uno.Extensions.Reactive.Testing/Fluent/MessageRecorderAssertions.cs:line 46
   at Uno.Extensions.Reactive.Tests.Operators.Given_FeedToListFeedAdapter.When_KeyEquatableNoComparerAndUpdate_Then_TrackItemsUsingKeyEquality() in \src\Uno.Extensions.Reactive.Tests\Operators\Given_FeedToListFeedAdapter.cs:line 62
   at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.ExecuteWithAbortSafety(Action action)

Check failure on line 1 in Uno.Extensions.Reactive.Tests.Core.Given_FeedSubscription.When_SubscribeTwice_Then_Replay

See this annotation in the file changed.

@azure-pipelines azure-pipelines / uno.extensions

Uno.Extensions.Reactive.Tests.Core.Given_FeedSubscription.When_SubscribeTwice_Then_Replay

Expected sub1Message.Current.Data.SomeOrDefault() to be 1 because We added a delay before the second value, but found 3.
Raw output
   at FluentAssertions.Execution.LateBoundTestFramework.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 FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Numeric.NumericAssertions`2.Be(T expected, String because, Object[] becauseArgs)
   at Uno.Extensions.Reactive.Tests.Core.Given_FeedSubscription.When_SubscribeTwice_Then_Replay() in \src\Uno.Extensions.Reactive.Tests\Core\Given_FeedSubscription.cs:line 52
   at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.ExecuteWithAbortSafety(Action action)