File tree 2 files changed +2
-2
lines changed
src/Package/MSTest.Sdk/Sdk
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
</Target >
9
9
10
10
<Target Name =" _MSTestSDKValidateAspire" BeforeTargets =" Build" >
11
- <Error Condition =" '$(EnableAspire )' == 'true' " Text =" Aspire MSTest currently doesn't support NativeAOT mode." />
11
+ <Error Condition =" '$(EnableAspireTesting )' == 'true' " Text =" Aspire MSTest currently doesn't support NativeAOT mode." />
12
12
</Target >
13
13
14
14
<!-- Core -->
Original file line number Diff line number Diff line change 5
5
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
6
6
7
7
<PropertyGroup >
8
- <EnableAspire Condition =" '$(EnableAspire )' == '' " >false</EnableAspire >
8
+ <EnableAspireTesting Condition =" '$(EnableAspireTesting )' == '' " >false</EnableAspireTesting >
9
9
<EnablePlaywright Condition =" '$(EnablePlaywright)' == '' " >false</EnablePlaywright >
10
10
<UseVSTest Condition =" '$(UseVSTest)' == '' " >false</UseVSTest >
11
11
You can’t perform that action at this time.
0 commit comments