[tools] Use current .NET to build nnyeah (+ tests).#18806
[tools] Use current .NET to build nnyeah (+ tests).#18806rolfbjarne merged 1 commit intodotnet:mainfrom
Conversation
💻 [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻✅ All tests on macOS M1 - Mac Big Sur (11.5) passed. Pipeline on Agent |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
📚 [PR Build] Artifacts 📚Packages generatedView packagesPipeline on Agent |
💻 [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed 💻✅ All tests on macOS M1 - Mac Ventura (13.0) passed. Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)✅ Generator diffGenerator diff is empty Pipeline on Agent |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 235 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
| <PropertyGroup> | ||
| <OutputType>Exe</OutputType> | ||
| <TargetFramework>net6.0</TargetFramework> | ||
| <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> |
There was a problem hiding this comment.
should we do the same like we did for mlaunch?
| <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> | |
| <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> | |
| <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
There was a problem hiding this comment.
It's a bit simpler in xamarin-macios, because we already have a variable we can use everywhere.
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>net6.0</TargetFramework> | ||
| <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> |
There was a problem hiding this comment.
same
| <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> | |
| <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> | |
| <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
No description provided.