Open soygul opened 9 years ago
With some work, we can re-enable it with something like Condition="$(OS) == 'WINDOWS_NT'" without breaking Travis build. If that's not possible, we can create a new build target called Travis and selective add needed projects.
Condition="$(OS) == 'WINDOWS_NT'"
Travis
With some work, we can re-enable it with something like
Condition="$(OS) == 'WINDOWS_NT'"
without breaking Travis build. If that's not possible, we can create a new build target calledTravis
and selective add needed projects.