Skip to content

Commit

Permalink
Runs the Bash bootstrapper on Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Nov 7, 2019
1 parent e85622c commit 1bbf076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ steps:
displayName: 'Install Node'
inputs:
versionSpec: '12.x'
- task: PowerShell@2
- task: Bash@3
displayName: 'Build'
inputs:
targetType: filePath
filePath: ./build.ps1
arguments: '-Target Build-CI'
filePath: build.sh
arguments: '--target=Build-CI'

0 comments on commit 1bbf076

Please sign in to comment.