Skip to content
Draft
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions azure-pipelines-PR.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CI and PR triggers

Check failure on line 1 in azure-pipelines-PR.yml

View check run for this annotation

Azure Pipelines / fsharp-ci (Build UMX_Slow_Repro Regression Test)

azure-pipelines-PR.yml#L1

azure-pipelines-PR.yml(,): error : Regression test failed: UMX_Slow_Repro
trigger:
branches:
include:
Expand Down Expand Up @@ -893,6 +893,10 @@
- template: /eng/templates/regression-test-jobs.yml
parameters:
testMatrix:
- repo: marklam/SlowBuildRepro
commit: bbe2dec4d0379b5d7d0480997858c30d442fbb42
buildScript: dotnet build
displayName: UMX_Slow_Repro
Comment on lines 893 to +899
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the logic inside regression-test-jobs.yml to allow a missing dedicated script, so that we can support plain passing of dotnet build as a command as well.

Option to pass in a dedicated script will remain there.
Consider any of the "dotnet" commands (lets say starting with "dotnet") as built in and not needing another validation.

@copilot

- repo: fsprojects/FSharpPlus
commit: f614035b75922aba41ed6a36c2fc986a2171d2b8
buildScript: build.cmd
Expand Down
Loading