Sha256: 4dbfe39cc60bb830ab3454f3474c98fb3f63f162ceb54e3fdcfd63f5949b92a7

Contents?: true

Size: 460 Bytes

Versions: 5

Compression:

Stored size: 460 Bytes

Contents

# Ruby
# Package your Ruby project.
# Add steps that install rails, analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/ruby

pool:
  vmImage: 'Ubuntu 16.04'

steps:
- task: UseRubyVersion@0
  inputs:
    versionSpec: '>= 2.5'

- script: |
    gem install bundler
    bundle install --retry=3 --jobs=4
  displayName: 'bundle install'

- script: bundle exec rake
  displayName: 'bundle exec rake'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
custom_fluent-plugin-azure-storage-append-blob-0.2.2 azure-pipelines.yml
custom_fluent-plugin-azure-storage-append-blob-0.2.1 azure-pipelines.yml
fluent-plugin-azure-storage-append-blob-0.2.1 azure-pipelines.yml
fluent-plugin-azure-storage-append-blob-0.2.0 azure-pipelines.yml
fluent-plugin-azure-storage-append-blob-0.1.1 azure-pipelines.yml