File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 112
112
</PropertyGroup >
113
113
114
114
<!-- After complaining about missing App.Ref layout, do nothing else in this target. -->
115
- <Warning Text =" Targeting path location '$(_AppRefPath)' does not exist."
115
+ <Message Importance =" High"
116
+ Text =" Targeting path location '$(_AppRefPath)' does not exist and tests will use the SDK's bundled runtimes and targeting pack."
116
117
Condition =" !$(_AppRefPathExists) AND '$(DoNotRequireSharedFxHelix)' == true " />
117
- <Error Text =" Targeting path location '$(_AppRefPath)' does not exist."
118
+ <Error Text =" Targeting path location '$(_AppRefPath)' does not exist and some tests are guaranteed to fail ."
118
119
Condition =" !$(_AppRefPathExists) AND '$(DoNotRequireSharedFxHelix)' != true " />
119
120
120
121
<!-- Grab only the portions of the .dotnet/ tree built in this run and have Helix zip that up. -->
You can’t perform that action at this time.
0 commit comments