Skip to content
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

Fix UItests scripts #15353

Merged
merged 2 commits into from
May 31, 2023
Merged

Fix UItests scripts #15353

merged 2 commits into from
May 31, 2023

Conversation

rmarinho
Copy link
Member

Description of Change

The merge didn't work correctly and some changes were missing from some uitest cake scripts

@@ -76,7 +76,7 @@ Task("uitest")
ArgumentCustomization = args => args
.Append($"-f {TARGET_FRAMEWORK}")
.Append("-t:Run")
.Append("/tl")
//.Append("/tl")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need these? (and also one below)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I m going to enable this on net8 branch

@rmarinho rmarinho enabled auto-merge (squash) May 31, 2023 14:33
@rmarinho rmarinho merged commit f30997f into main May 31, 2023
30 checks passed
@rmarinho rmarinho deleted the fix-uitest-main branch May 31, 2023 21:51
@github-actions github-actions bot locked and limited conversation to collaborators Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants