Browse Source

fix powershell

pull/1992/head
Dan Walmsley 8 years ago
parent
commit
9f297ec158
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -21,8 +21,8 @@ jobs:
steps:
- task: PowerShell@2
inputs:
filePath: build.ps1
arguments: --target "Azure-Linux" --configuration "Release"
targetType: inline
script: build.ps1 --target "Azure-Linux" --configuration "Release"
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: artifacts/
Loading…
Cancel
Save