Skip to content

Commit 560b2a4

Browse files
committed
Set up CI with Azure Pipelines for Amazon Translate MT provider
[skip ci]
1 parent ff8ae64 commit 560b2a4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
trigger:
3+
branches:
4+
include:
5+
- master
6+
paths:
7+
include:
8+
- Amazon Translate MT provider/*
9+
10+
pr:
11+
branches:
12+
include:
13+
- master
14+
paths:
15+
include:
16+
- Amazon Translate MT provider/*
17+
18+
pool:
19+
vmImage : '$(DefaultBuildVm)'
20+
21+
variables:
22+
- template: jobs/branch-variables.yml
23+
- name: buildPlatform
24+
value: 'Any CPU'
25+
- name: buildConfiguration
26+
value: 'Release'
27+
- name: solution
28+
value: '**/AmazonTranslateTradosPlugin.sln'
29+
- name: pathToPublish
30+
value: '$(PluginPath)\AmazonTranslateTradosPlugin.sdlplugin'
31+
32+
steps:
33+
- template: jobs/build-sdlplugin.yml
34+
- template: jobs/publish-build-artifact-task.yml

0 commit comments

Comments
 (0)