提交 e7bc5d67 编写于 作者: S Steven Kirbach

adding back platform builds

上级 43f5f447
......@@ -69,14 +69,26 @@ jobs:
value: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
strategy:
matrix:
Build_Debug:
Build_Debug_x86:
_BuildConfig: Debug
# override some variables for debug
_PublishType: none
_SignType: test
_DotNetPublishToBlobFeed : false
Build_Release:
_Platform: x86
Build_Release_x86:
_BuildConfig: Release
_Platform: x86
Build_Debug_x64:
_BuildConfig: Debug
# override some variables for debug
_PublishType: none
_SignType: test
_DotNetPublishToBlobFeed : false
_Platform: x64
Build_Release_x64:
_BuildConfig: Release
_Platform: x64
steps:
- checkout: self
clean: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册