We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8ae64 commit 560b2a4Copy full SHA for 560b2a4
build/AmazonTranslateTradosPlugin_CI.yml
@@ -0,0 +1,34 @@
1
+
2
+trigger:
3
+ branches:
4
+ include:
5
+ - master
6
+ paths:
7
8
+ - Amazon Translate MT provider/*
9
10
+pr:
11
12
13
14
15
16
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