Skip to content

Commit 72e54ed

Browse files
authored
testing pipeline (#310)
* testing pipeline * adding appropriate conditions
1 parent ab83b2e commit 72e54ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- job: BuildArtifacts
101101
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/v2.x')))
102102
pool:
103-
vmImage: 'windows-latest'
103+
vmImage: 'vs2017-win2016'
104104
steps:
105105
- task: NodeTool@0
106106
inputs:

0 commit comments

Comments
 (0)