提交 8e468eb4 编写于 作者: 御承扬

Update azure-pipelines.yml for Azure Pipelines

上级 d417c9ee
......@@ -12,7 +12,7 @@ pool:
variables:
solution: '**/*.sln'
buildPlatform: 'x86'
buildConfiguration: 'Release'
buildConfiguration: 'x86'
steps:
- task: NuGetToolInstaller@0
......@@ -24,10 +24,10 @@ steps:
- task: VSBuild@1
inputs:
solution: '$(solution)'
platform: 'v141'
configuration: '$(buildConfiguration)'
platform: 'x86'
configuration: 'x86'
- task: VSTest@2
inputs:
platform: 'v141'
configuration: '$(buildConfiguration)'
platform: 'x86'
configuration: 'x86'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册