-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to .NET 6.0.100-alpha.1.21060.3. #10388
Bump to .NET 6.0.100-alpha.1.21060.3. #10388
Conversation
* dotnet build: the project file must be the first argument. * dotnet build/publish: use the documented verbosity format.
❌ Device tests failed on Build ❌Device tests failed on Build. Test results40 tests failed, 1 tests passed.Failed tests
Pipeline on Agent XAMBOT-1096' |
Very interesting, the .net pkg failed installing https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4364774&view=logs&j=600d49c6-e96b-5e8b-2c3a-9f351e2e5848&t=a2589edb-a191-5e88-a86f-b1c1957787f3&l=468 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The pkg is broken 😒 |
@mandel-macaque that said, CI shouldn't install the pkg, we're supposed to download the .tar.gz and extract it locally into builds/downloads. That's what system-dependencies.sh does. |
❌ Device tests failed on Build ❌Device tests failed on Build. Test results40 tests failed, 1 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098 |
Build failure Test results6 tests failed, 88 tests passed.Failed tests
|
…rary names in the new .NET version.
…according to the new version of .NET 6.
… to work around a bug in .NET 6. Ref: dotnet/runtime#46908.
❌ Tests failed on Build ❌Tests failed on Build. Test results40 tests failed, 1 tests passed.Failed tests
Pipeline on Agent XAMBOT-1097' |
This reverts commit 6de4e71. There's no need to provision .NET 6, it's done automatically.
❌ Tests failed on Build ❌Tests failed on Build. Test results1 tests failed, 40 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094' |
Test failures are unrelated: https://github.com/xamarin/maccore/issues/2154 |
This required fixing some of the dotnet command line arguments.