Skip to content

Commit

Permalink
Build without powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Nov 7, 2019
1 parent 53f1254 commit 8cf5f07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ pr:

# Standard CI loop (build and test). This will run against VS2017 and VS2019
jobs:
- job: macOS
pool:
vmImage: 'macOS-10.14'
steps:
- script: msbuild /p:Configuration=ReleaseMac

- job: VsVim_Build_Test
pool:
vmImage: 'vs2017-win2016'
Expand Down

0 comments on commit 8cf5f07

Please sign in to comment.