https://github.com/chamons/dotnet-bubble
Create a bubble in the storm
https://github.com/chamons/dotnet-bubble
Last synced: 13 days ago
JSON representation
Create a bubble in the storm
- Host: GitHub
- URL: https://github.com/chamons/dotnet-bubble
- Owner: chamons
- License: mit
- Created: 2022-05-02T20:05:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T20:00:29.000Z (over 3 years ago)
- Last Synced: 2025-01-20T14:55:26.631Z (12 months ago)
- Language: PowerShell
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-bubble
An hack based on the build scripts of [macios](https://github.com/xamarin/xamarin-macios/) which creates a local install of a given version of dotnet along with a script donut.sh to invoke it.
## Setup
1. Open variables.json and:
- Update the first three variables (macios, root, vsts_pat_location) to specific locations on your machine.
- Update the last two variables (macios_build_id, maui_build_id) to point to the specific macios and maui build you want to install
2. make
./donut.sh will then point to your "bubble" NET6 install that contains macios and maui
## Example Usage
```
mkdir foo
cd foo
../donut.sh new ios
```
`The template "iOS Application (Preview)" was created successfully.`