Provide runtime identifiers for test project
This commit is contained in:
parent
b66e380414
commit
beae9e4429
@ -1,6 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
|
||||
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
|
@ -14,11 +14,11 @@ steps:
|
||||
displayName: 'dotnet build $(buildConfiguration)'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet test $(buildConfiguration)'
|
||||
displayName: 'dotnet test $(buildConfiguration) (win-x64)'
|
||||
inputs:
|
||||
command: test
|
||||
projects: '**/*Tests/*.csproj'
|
||||
arguments: '--configuration $(buildConfiguration)'
|
||||
arguments: '--configuration $(buildConfiguration) --runtime win-x64'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user