MeilCli/FoodSearch

View on GitHub
azure-pipelines-track-beta.yml

Summary

Maintainability
Test Coverage
# Gradle
# Build your Java project and run tests with Gradle using a Gradle wrapper script.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

trigger:
- refs/tags/*-beta

pr: none

pool:
  vmImage: 'macOS-10.13'

steps:
- task: DownloadSecureFile@1
  inputs:
    secureFile: 'TestSecureFile.txt'

- task: CopyFiles@2
  inputs:
    sourceFolder: '$(Agent.TempDirectory)'
    contents: '**' 
    targetFolder: '$(Build.SourcesDirectory)/Secure'

- script: pwd
  displayName: Show Current  

- script: 'ls -la'
  displayName: Show Current Directory  

- script: 'echo build id : $(Build.BuildId)'
  displayName: Show Number