Projects STRLCPY routeros-scanner Commits 70124dbf
🤬
  • Update azure-pipelines.yml for Azure Pipelines

  • Loading...
  • orkayam committed 2 years ago
    70124dbf
    1 parent 1e7b887a
  • ■ ■ ■ ■ ■ ■
    azure-pipelines.yml
    skipped 9 lines
    10 10   vmImage: ubuntu-latest
    11 11   
    12 12  steps:
    13  -- script: echo Hello, world!
    14  - displayName: 'Run a one-line script'
    15 13   
    16  -- script: |
    17  - echo Add other tasks to build, test, and deploy your project.
    18  - echo See https://aka.ms/yaml
    19  - displayName: 'Run a multi-line script'
     14 +- task: onebranch.pipeline.signing@1
     15 + inputs:
     16 + command: 'sign'
     17 + signing_environment: 'azure-ado'
     18 + search_root: '$(Build.SourcesDirectory)'
    20 19   
     20 +- task: CopyFiles@2
     21 + inputs:
     22 + SourceFolder: '$(Build.SourcesDirectory)'
     23 + Contents: '*.py commands'
     24 + TargetFolder: '$(Build.SourcesDirectory)/out'
Please wait...
Page is in error, reload to recover