Skip to content

Commit

Permalink
Change publish and audit vmImage to 'vs2017-win2016'
Browse files Browse the repository at this point in the history
- Package on npmjs.com contains text files ending with CRLF
- If package is built on Mac/Linux, text files end with LF instead
  • Loading branch information
mikeharder committed Dec 4, 2018
1 parent e15462d commit 39c4f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- job: 'Publish'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'vs2017-win2016'

steps:
- task: NodeTool@0
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- job: 'Audit'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'vs2017-win2016'

steps:
- task: NodeTool@0
Expand Down

0 comments on commit 39c4f31

Please sign in to comment.