-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee358fb
commit f8a60e0
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# try.peachpie.io | ||
|
||
This repository integrates our forks of MirrorSharp and SharpLab in order to produce the contents of [try.peachpie.io](https://try.peachpie.io). | ||
After every commit into this repository, CI performs the following tasks: | ||
|
||
1. Clones this repository including the recursive submodules. | ||
2. Compiles all the projects in the ```mirrorsharp``` submodule and publishes the resulting NuGet packages into the ```.nugs``` folder. Notice that the Peachpie version, the package version suffix and the package output path are stored in ```Directory.Build.props```. | ||
3. Compiles the ```WebApp``` project (with its dependencies) in the ```sharplab``` submodule. The recent MirrorSharp NuGets are used thanks to ```NuGet.config```. | ||
4. Uses ```dotnet publish``` to create the resulting website. | ||
4. Publishes the website to the staging slot of try.peachpie.io (the swap must be performed manually). |