Fix autogenerating XamarinUITest project#2179
Conversation
aee4747
| }); | ||
|
|
||
| it("should not touch NuGet version on failure", async () => { | ||
| const latestVersion = "3.13.3"; |
There was a problem hiding this comment.
where this number is coming from?
There was a problem hiding this comment.
It is version set in template. See https://github.com/microsoft/appcenter-cli/pull/2179/files#diff-43a9902987546c39cfb52668af857cb9dcda87d4b0e4a3aef24f9b102c8ed6d0R29
The test makes sure the version won't be changed after executing command with a failure.
There was a problem hiding this comment.
Actually, I think we need to test X.UITest version instead of version of NUnit.
|
Any timeline on when this fix will be available in AppCenter? We had to disable our Launch Test on Android due to this and im curious on when it can be enabled again. |
|
@ccYHM86 , we will update you once it is updated on agents. Expected within 1-3 days. |
|
@DmitriyKirakosyan do you have any updates on the rollout of this fix to agents? I just tried again and the build still fails during the launch test setup. Thanks |
This reverts commit 1b8a527.
* Revert "[test-cloud] Add NUnit3TestAdapter and Microsoft.NET.Test.Sdk to generated projects (#2214)" This reverts commit 0e69619. * Revert "Fix autogenerating XamarinUITest project (#2179)" This reverts commit 1b8a527. * Use hardcoded version of Xamarin.UITest for generated project * Comment unused method * Fix lint * Fix unused import * Remove unused tests --------- Co-authored-by: AnatolyPristensky <v-anatpr@microsoft.com>
This PR fixing autogenerating
XamarinUITest Project, added support of.NET6, changed test for this.