Skip to content
Open
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
8 changes: 8 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 Oxpecker_Build Regression Test)

azure-pipelines-PR.yml#L1

azure-pipelines-PR.yml(,): error : Regression test failed: Oxpecker_Build

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

View check run for this annotation

Azure Pipelines / fsharp-ci

azure-pipelines-PR.yml#L1

azure-pipelines-PR.yml(,): error : Regression test failed: Oxpecker_Build
trigger:
branches:
include:
Expand Down Expand Up @@ -892,6 +892,14 @@
commit: e81e00a464b9d35d272f61708a1a0bfbf487b6d5
buildScript: dotnet build Nu.sln --configuration Release
displayName: Nu_Build
- repo: Lanayx/Oxpecker
commit: cb7e4b83e3f2aba7ded46b17a36d1aea8c13c292
buildScript: dotnet build .\Oxpecker.slnx -bl
displayName: Oxpecker_Build
- repo: Lanayx/Oxpecker
commit: cb7e4b83e3f2aba7ded46b17a36d1aea8c13c292
buildScript: dotnet build .\Oxpecker.Solid.slnx -bl
displayName: Oxpecker_Solid_Build
# Design-time provider packaging oracle. Pin d8aba70 (pre-workaround base of FSharp.Data.GraphQL#583):
# it uses the bare IsFSharpDesignTimeProvider gesture, so the client pack drops the provider without this fix.
# Linux-only: the $PWD local feed and the grep content assertion need bash. (nupkg entry names are stored
Expand Down
Loading