Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Guidance for using dotnet-script in Azure Pipelines #577

Closed
@ssippe

Description

@ssippe

Hi,

Thanks for dotnet-script. It's fantastic.

I wanted to use dotnet-script in my azure pipelines and I managed to get something working. My yml configuration looks like this:

steps:  - task: DotNetCoreCLI@2    inputs:      command: 'custom'      custom: 'tool'      arguments: 'update dotnet-script -g'    displayName: 'install dotnet-script'    - task: CmdLine@2     inputs:            script : |        dotnet script myScript.csx    displayName: "run myScript.csx"

I thought this might be helpful for others trying to do the same thing. If there's a better way to do it, please let me know.

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp