isaacabraham / vsts-fsharp

Azure Devops extension for F#-friendly tools
https://marketplace.visualstudio.com/items?itemName=isaacabraham.fsharp-helpers-extension
Apache License 2.0
13 stars 7 forks source link

New fsharp script task version #30

Closed TomMalow closed 5 years ago

TomMalow commented 5 years ago

Description

Adds a new version of Fsharp Script task that is able to handle new Azure Dev Ops agent location. The new version is gives the option to use fsi.exe found in

This update also updates the tfx-cli to version 0.6 as it seems to be necessary for uploading extensions to Azure DevOps. Extension manifest for Azure DevOps task has replaced the category "Build and release" with "Azure Pipelines"

This pull request also adds a few unit test for the new task. However, these are not added to the build script.

TODO

isaacabraham commented 5 years ago

Thanks for this!!

TomMalow commented 5 years ago

Do we have a ETA on when this is released in a new version?

TomMalow commented 5 years ago

Oh didn't see the discussion in issue #29 that you are already working hard on releasing the new feature. Looking forward to it.