sharpliner / sharpliner

Use C# instead of YAML to define your Azure DevOps pipelines
https://www.nuget.org/packages/Sharpliner/
MIT License
286 stars 21 forks source link

DotNetPublishCoreCliTask: wrong command is being serialized #181

Closed jshield closed 2 years ago

jshield commented 2 years ago
    steps:
    - task: DotNetCoreCLI@2
      inputs:
        command: public

should be

    steps:
    - task: DotNetCoreCLI@2
      inputs:
        command: publish