https://github.com/willowtreeapps/fastlane-plugin-msbuild
MSBuild / Xamarin actions for Fastlane
https://github.com/willowtreeapps/fastlane-plugin-msbuild
Last synced: about 1 year ago
JSON representation
MSBuild / Xamarin actions for Fastlane
- Host: GitHub
- URL: https://github.com/willowtreeapps/fastlane-plugin-msbuild
- Owner: willowtreeapps
- License: mit
- Created: 2017-02-16T21:15:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T23:20:38.000Z (over 6 years ago)
- Last Synced: 2025-04-22T04:27:22.946Z (about 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 6
- Watchers: 15
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msbuild plugin
[](https://rubygems.org/gems/fastlane-plugin-msbuild)
## Getting Started
This project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-msbuild`, add it to your project by running:
```bash
fastlane add_plugin msbuild
```
## About msbuild
Build a Xamarin.iOS or Xamarin.Android project using msbuild
**Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
## Example
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
## Run tests for this plugin
To run both the tests, and code style validation, run
```
rake
```
To automatically fix many of the styling issues, use
```
rubocop -a
```
## Issues and Feedback
For any other issues and feedback about this plugin, please submit it to this repository.
## Troubleshooting
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
## Using `fastlane` Plugins
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
## About `fastlane`
`fastlane` is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).