Giter Site home page Giter Site logo

Comments (16)

guyacosta avatar guyacosta commented on May 22, 2024 3

We (Microsoft) have decided recently not to pursue creating a Devops extension but @SebastianSchuetze has agreed to write one separately for it. Note there is a Github action that we recently released here https://github.com/Microsoft/ApplicationInspector-action. You can reach out to @SebastianSchuetze directly for additional information on the timing.

from applicationinspector.

guyacosta avatar guyacosta commented on May 22, 2024 2

Great idea. Have one started but not published. TBD.

from applicationinspector.

gfs avatar gfs commented on May 22, 2024 1

This should be trivial now.

Ensure you have .NET Core 3.1 SDK.

dotnet tool install --global Microsoft.CST.ApplicationInspector.CLI

AppInspector [args]

from applicationinspector.

SebastianSchuetze avatar SebastianSchuetze commented on May 22, 2024 1

thanks @gfs . But I meant when developing the extension can start. I had several calls with @guyacosta to discuss that I help with the extension.
Build tasks can be created also with PowerShell for windows based OSs. But cross platform agents need nodejs for sure.

from applicationinspector.

guyacosta avatar guyacosta commented on May 22, 2024 1

Good to hear from you again -wanted to give you some time off for life event change we talked about and we needed some focus time to wrap up some priority work that completes this week. Let's talk after 1st of June. I'll put it on the calendar.

from applicationinspector.

SebastianSchuetze avatar SebastianSchuetze commented on May 22, 2024

@guyacosta I might help if you have something I can participate. I created some pipeline extensions myself and this could be part of it.

from applicationinspector.

guyacosta avatar guyacosta commented on May 22, 2024

@Sebastion. Apologies on the delayed response. Send me your contact info to discuss by connecting with me on LinkedIn.

from applicationinspector.

SebastianSchuetze avatar SebastianSchuetze commented on May 22, 2024

@guyacosta connection request is sent.

from applicationinspector.

guyacosta avatar guyacosta commented on May 22, 2024

Updates to follow. Connecting with Sebastian this week.

from applicationinspector.

guyacosta avatar guyacosta commented on May 22, 2024

@SebastionSchuetze -nice talking offline. Have invited your assistance to take it up and opening now any any takers? If not, will add it to our queue.

from applicationinspector.

SebastianSchuetze avatar SebastianSchuetze commented on May 22, 2024

let's do it!

from applicationinspector.

guyacosta avatar guyacosta commented on May 22, 2024

This is in progress. Updates soon.

from applicationinspector.

SebastianSchuetze avatar SebastianSchuetze commented on May 22, 2024

@guyacosta any updates on how / when we should proceed?

from applicationinspector.

gfs avatar gfs commented on May 22, 2024

@SebastianSchuetze it looks like pipeline extensions have to be written in Node.

https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops

For now you can use this in your pipeline.yml file

- task: UseDotNet@2
      inputs:
        packageType: 'sdk'
        version: '3.1.x'

- script: 'dotnet tool install -g Microsoft.CST.ApplicationInspector.CLI'
      displayName: 'Install Application Inspector'

- script: 'AppInspector [args]'
      displayName: 'Run Application Inspector'

from applicationinspector.

Jayp0weru5r avatar Jayp0weru5r commented on May 22, 2024

@guyacosta Any updates on the Azure Devops extension?

from applicationinspector.

SebastianSchuetze avatar SebastianSchuetze commented on May 22, 2024

@Jayp0weru5r I will soon create one. I think I will take the Github action as a start.

from applicationinspector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.