Skip to content

Commit 800d428

Browse files
committed
Added the architecture into the artifacts
1 parent d26ddd1 commit 800d428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
eq(variables['Agent.OS'], 'Windows_NT')
198198
)
199199
- publish: $(System.DefaultWorkingDirectory)/artifacts
200-
artifact: cli-$(Agent.OS)
200+
artifact: cli-$(Agent.OS)-$(Agent.OSArchitecture)
201201

202202
- job: Build_Library
203203
strategy:
@@ -255,7 +255,7 @@ jobs:
255255
eq(variables['Agent.OS'], 'Windows_NT')
256256
)
257257
- publish: $(System.DefaultWorkingDirectory)/artifacts
258-
artifact: library-$(Agent.OS)
258+
artifact: library-$(Agent.OS)-$(Agent.OSArchitecture)
259259

260260
- job: Build_Docs
261261
pool:

0 commit comments

Comments
 (0)