Skip to content

Instantly share code, notes, and snippets.

@jessehouwing
Created January 22, 2018 22:36
Show Gist options
  • Save jessehouwing/e77a602a5be4bd5d637f5e31041712ba to your computer and use it in GitHub Desktop.
Save jessehouwing/e77a602a5be4bd5d637f5e31041712ba to your computer and use it in GitHub Desktop.
steps:
- task: ShellScript@2
inputs:
scriptPath: "$(Build.SourcesDirectory)\script\build.sh"
disableAutoCwd: "true"
cwd: "$(Build.SourcesDirectory)"
- task: ShellScript@2
inputs:
scriptPath: "$(Build.SourcesDirectory)\script\package.sh"
disableAutoCwd: "true"
cwd: "$(Build.SourcesDirectory)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment