File tree 6 files changed +10
-8
lines changed
Verify.Tests/NugetTests.Run
Verify.Xunit/buildTransitive
Verify.Xunit.Tests/NugetTests.Run
6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 7
7
<NoWarn >$(NoWarn);CA2255</NoWarn >
8
8
</PropertyGroup >
9
9
<Target Name =" WriteVerifyAttributes"
10
- Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
10
+ Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#' or $(Language) == 'X#' "
11
11
BeforeTargets =" BeforeCompile;CoreCompile"
12
12
Inputs =" $(MSBuildAllProjects)"
13
13
Outputs =" $(IntermediateOutputPath)$(VerifyAttributesFile)" >
Original file line number Diff line number Diff line change 7
7
<NoWarn >$(NoWarn);CA2255</NoWarn >
8
8
</PropertyGroup >
9
9
<Target Name =" WriteVerifyAttributes"
10
- Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
10
+ Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#' or $(Language) == 'X#' "
11
11
BeforeTargets =" BeforeCompile;CoreCompile"
12
12
Inputs =" $(MSBuildAllProjects)"
13
13
Outputs =" $(IntermediateOutputPath)$(VerifyAttributesFile)" >
Original file line number Diff line number Diff line change 9
9
<VerifyXunitAttributesFile >VerifyXunit.Attributes$(MSBuildProjectExtension.Replace('proj', ''))</VerifyXunitAttributesFile >
10
10
</PropertyGroup >
11
11
<Target Name =" WriteVerifyXunitAttributes"
12
- Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
12
+ Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#' or $(Language) == 'X#' "
13
13
BeforeTargets =" BeforeCompile;CoreCompile"
14
14
Inputs =" $(MSBuildAllProjects)"
15
15
Outputs =" $(IntermediateOutputPath)$(VerifyXunitAttributesFile)" >
Original file line number Diff line number Diff line change 9
9
<VerifyXunitAttributesFile >VerifyXunit.Attributes$(MSBuildProjectExtension.Replace('proj', ''))</VerifyXunitAttributesFile >
10
10
</PropertyGroup >
11
11
<Target Name =" WriteVerifyXunitAttributes"
12
- Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
12
+ Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#' or $(Language) == 'X#' "
13
13
BeforeTargets =" BeforeCompile;CoreCompile"
14
14
Inputs =" $(MSBuildAllProjects)"
15
15
Outputs =" $(IntermediateOutputPath)$(VerifyXunitAttributesFile)" >
Original file line number Diff line number Diff line change 6
6
<Using Include =" VerifyXunit.Verifier" Static =" True" />
7
7
</ItemGroup >
8
8
<PropertyGroup >
9
- <VerifyXunitAttributesFile >VerifyXunit.Attributes$(MSBuildProjectExtension.Replace('proj', ''))</VerifyXunitAttributesFile >
9
+ <VerifyXunitAttributesFile Condition =" $(Language) != 'X#'" >VerifyXunit.Attributes$(MSBuildProjectExtension.Replace('proj', ''))</VerifyXunitAttributesFile >
10
+ <VerifyXunitAttributesFile Condition =" $(Language) == 'X#'" >VerifyXunit.Attributes.prg</VerifyXunitAttributesFile >
10
11
</PropertyGroup >
11
12
<Target Name =" WriteVerifyXunitAttributes"
12
- Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
13
+ Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#' or $(Language) == 'X#' "
13
14
BeforeTargets =" BeforeCompile;CoreCompile"
14
15
Inputs =" $(MSBuildAllProjects)"
15
16
Outputs =" $(IntermediateOutputPath)$(VerifyXunitAttributesFile)" >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Deterministic >false</Deterministic >
5
5
<DeterministicSourcePaths >false</DeterministicSourcePaths >
6
- <VerifyAttributesFile >Verify.Attributes$(MSBuildProjectExtension.Replace('proj', ''))</VerifyAttributesFile >
6
+ <VerifyAttributesFile Condition =" $(Language) != 'X#'" >Verify.Attributes$(MSBuildProjectExtension.Replace('proj', ''))</VerifyAttributesFile >
7
+ <VerifyAttributesFile Condition =" $(Language) == 'X#'" >Verify.Attributes.prg</VerifyAttributesFile >
7
8
<NoWarn >$(NoWarn);CA2255</NoWarn >
8
9
</PropertyGroup >
9
10
<Target Name =" WriteVerifyAttributes"
10
- Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
11
+ Condition =" $(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#' or $(Language) == 'X#' "
11
12
BeforeTargets =" BeforeCompile;CoreCompile"
12
13
Inputs =" $(MSBuildAllProjects)"
13
14
Outputs =" $(IntermediateOutputPath)$(VerifyAttributesFile)" >
You can’t perform that action at this time.
0 commit comments