reactiveui/Sextant

[BUG] Cake build is not building on a local Mac environment anymore

giusepe opened this issue · 3 comments

Describe the bug

When running ./build.sh on a local Mac I get the error

/[redacted]/ReactiveUI/sextant/tools/ReactiveUI.Cake.Recipe.1.0.88/parameters.cake(147,45): error CS1061: 'ITFBuildProvider' does not contain a definition for 'IsRunningOnAzurePipelinesHosted' and no accessible extension method 'IsRunningOnAzurePipelinesHosted' accepting a first argument of type 'ITFBuildProvider' could be found (are you missing a using directive or an assembly reference?)
/[redacted]/sextant/tools/ReactiveUI.Cake.Recipe.1.0.88/parameters.cake(147,100): error CS1061: 'ITFBuildProvider' does not contain a definition for 'IsRunningOnAzurePipelines' and no accessible extension method 'IsRunningOnAzurePipelines' accepting a first argument of type 'ITFBuildProvider' could be found (are you missing a using directive or an assembly reference?)

Steps To Reproduce

  1. git clone Sextant
  2. navigate to the recent cloned project
  3. run ./build.sh

Expected behavior

A successful build.

Screenshots

Environment

  • OS:
  • Version
  • Device:

Additional context

Hey @giusepe 👋,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us.

https://opencollective.com/reactiveui

PS.: We offer priority support for all backers. Don't forget to add priority label when you start backing us 😄

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms!

Update the cake instance to 0.33.0

Updated and resolved.