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
5 changes: 5 additions & 0 deletions azure-pipelines-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,11 @@ stages:
buildScript: dotnet build Oxpecker.slnx -c Release
displayName: Oxpecker_Build
expectLocalCore: true
- repo: Lanayx/Oxpecker
commit: cb7e4b83e3f2aba7ded46b17a36d1aea8c13c292
buildScript: dotnet build Oxpecker.Solid.slnx -c Release
displayName: Oxpecker_Solid_Build
expectLocalCore: true
# 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