-
Notifications
You must be signed in to change notification settings - Fork 538
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
[MSBuildDeviceIntegration] Add nightly localization unit tests. #6693
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
investigating this failure when using
|
3294606
to
17aaa26
Compare
5c02dbc
to
4afab48
Compare
4afab48
to
9f48e4a
Compare
514fed7
to
46b043d
Compare
46b043d
to
ce08dd2
Compare
ce08dd2
to
b98c1d5
Compare
b98c1d5
to
30cc283
Compare
e28c896
to
83cc727
Compare
jonathanpeppers
approved these changes
Nov 15, 2022
pjcollins
reviewed
Nov 15, 2022
build-tools/automation/yaml-templates/run-localization-tests.yaml
Outdated
Show resolved
Hide resolved
acef3cd
to
058d0a5
Compare
Lets add some unit tests for localization. These need to run on an emulator like our timezone tests. We should do this on a nightly test run as they take a long time to run.
058d0a5
to
912719c
Compare
Related: 2012 |
WIP commit message:
|
pjcollins
approved these changes
Nov 22, 2022
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Nov 30, 2022
* main: [tests] Add nightly localization unit tests (dotnet#6693) [Xamarin.Android.Build.Tasks] Fix XA4215 if AssemblyName is the same (dotnet#7477) Bump to dotnet/installer@24f5950 8.0.100-alpha.1.22577.1 (dotnet#7585) Bump manifest-merger from 30.3.0 to 30.3.1 in /src/manifestmerger (dotnet#7467)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lets add some unit tests for localization. These need to run on an
emulator like our timezone tests. We should do this on a nightly
test run as they take a long time to run.