File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ stages:
31
31
steps :
32
32
- script : git submodule init
33
33
- script : git submodule update --recursive
34
- - script : cd ./src/Components
35
34
- script : ./build.cmd
36
35
-ci
37
36
-arch x64
38
37
/bl:artifacts/log/build.components.x64.binlog
39
38
displayName : Build x64
39
+ workingDirectory : ./src/Components
40
40
artifacts :
41
41
- name : Windows_Logs
42
42
path : artifacts/log/
@@ -56,12 +56,12 @@ stages:
56
56
steps :
57
57
- script : git submodule init
58
58
- script : git submodule update --recursive
59
- - script : cd ./src/Servers
60
59
- script : ./build.cmd
61
60
-ci
62
61
-arch x64
63
62
/bl:artifacts/log/build.servers.x64.binlog
64
63
displayName : Build x64
64
+ workingDirectory : ./src/Servers
65
65
artifacts :
66
66
- name : Windows_Logs
67
67
path : artifacts/log/
@@ -81,12 +81,12 @@ stages:
81
81
steps :
82
82
- script : git submodule init
83
83
- script : git submodule update --recursive
84
- - script : cd ./src/ProjectTemplates
85
84
- script : ./build.cmd
86
85
-ci
87
86
-arch x64
88
87
/bl:artifacts/log/build.projectTemplates.x64.binlog
89
88
displayName : Build x64
89
+ workingDirectory : ./src/ProjectTemplates
90
90
artifacts :
91
91
- name : Windows_Logs
92
92
path : artifacts/log/
You can’t perform that action at this time.
0 commit comments