提交 4d9aad44 编写于 作者: S Steven Kirbach

passing platform to cibuild.cmd

上级 e7bc5d67
......@@ -39,6 +39,8 @@ jobs:
value: ''
- name: _OfficialBuildIdArgs
value: ''
- name: _Platform
value: x86
# Override some values if we're building internally
- ${{ if eq(parameters.runAsPublic, 'false') }}:
......@@ -67,6 +69,8 @@ jobs:
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
- name: _OfficialBuildIdArgs
value: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
- name: _PlatformArgs
value: /p:Platform=$(_Platform)
strategy:
matrix:
Build_Debug_x86:
......@@ -75,10 +79,8 @@ jobs:
_PublishType: none
_SignType: test
_DotNetPublishToBlobFeed : false
_Platform: x86
Build_Release_x86:
_BuildConfig: Release
_Platform: x86
Build_Debug_x64:
_BuildConfig: Debug
# override some variables for debug
......@@ -99,4 +101,5 @@ jobs:
$(_PublishArgs)
$(_SignArgs)
$(_OfficialBuildIdArgs)
$(_PlatformArgs)
displayName: Windows Build / Publish
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册