-
Notifications
You must be signed in to change notification settings - Fork 10
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
Integrate Testfairy app distribution in the template for internal distribution [feature branch] #414
base: feature/testfairy-distribution
Are you sure you want to change the base?
Integrate Testfairy app distribution in the template for internal distribution [feature branch] #414
Conversation
.azure-pipelines.yml
Outdated
parameters: | ||
applicationEnvironment: Production | ||
deploymentEnvironment: GooglePlay | ||
# Use this to schedule a build at defined days and times |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it look like every line changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was caused by VS Code "Format on save"
.azure-pipelines-canary.yml
Outdated
- template: build/stage-release-appstore.yml | ||
parameters: | ||
applicationEnvironment: Staging | ||
trigger: # Start a new run as soon as a "canaries/build/(...)" branch is created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it look like every line changed?
APP_README.md
Outdated
## Additional Information | ||
|
||
TODO: Add any other relevant information. e.g. You could link to your _Definition of Done_, more documentation, UI mockups, etc. | ||
# Your Project Name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. Perhaps your line endings are wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah there's definitely a problem. This comment applies to almost every file.
build/fastlane/Gemfile.lock
Outdated
@@ -0,0 +1,218 @@ | |||
GEM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file be excluded from source control? It seems generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ensures that you have the same versions all the time and that it don't breaks because of a new version of a dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the file.
384b1ee
to
e668bfe
Compare
e668bfe
to
c61bfc2
Compare
…stfairy stage release file.
2dc691c
to
6bad816
Compare
6bad816
to
7c046b6
Compare
GitHub Issue: #
Proposed Changes
Description
I'm integrating Testfairy app distribution(https://www.testfairy.com/app-distribution) as a potential replacement for AppCenter.
Impact on version
PR Checklist
Always applicable
No matter your changes, these checks always apply.
README.md
andTemplateConfig.md
if you made changes to templating.AzurePipelines.md
andAPP_README.md
if you made changes to pipelines.Diagnostics.md
if you made changes to diagnostic tools.Architecture.md
and its diagrams if you made architecture decisions or if you introduced new recipes.doc/
folder.Contextual
Based on your changes these checks may not apply.
Other information
Internal Issue (If applicable):