提交 f2c4b68e 编写于 作者: 御承扬

Update azure-pipelines.yml for Azure Pipelines

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