Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions azure-pipelines-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -845,3 +845,9 @@ stages:
displayName: FSharpDataGraphQL_DesignTimeProvider_Packaging
useVmImage: $(LinuxMachineQueueName)
usePool: $(DncEngPublicBuildPool)
# Chiron (chiron-6) exercises Aether 8.2.0 inline SRTP optics, reproducing the SDK 10.0.400 legacy inline-metadata
# regression (#20253, fixed by #20260): the miscompile throws NotSupportedException at run time, so run the tests.
- repo: xyncro/chiron
commit: 94cf9db1793a1bd0e6e0b69efadcfb37368a6428
buildScript: dotnet test tests/Chiron.Tests/Chiron.Tests.fsproj -c Release -p:AssetTargetFallback=net461 -p:RollForward=Major --filter FullyQualifiedName~Optic
displayName: Chiron_Aether_Inline_SRTP
Loading