Skip to content

Commit

Permalink
Quick fixups in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Oct 17, 2020
1 parent eb9ce6c commit 3d309c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ This branch contains a template for standalone experiments, which means that exp
- I do need to depend on `dotnet/runtime`:
1. Set a DARC dependency from `dotnet/runtime` to your branch in this repository. For more information on how to do it, see [here](https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#darc)


> Note that if you want to run `dotnet test` in you test projects you will need to either first run `build.cmd/sh` or install the runtime version specified by `MicrosoftNETCoreAppVersion` property in `Versions.props` in your global dotnet install. If you run `build.cmd/sh` arcade infrastructure will make sure that the repo `dotnet` SDK found in `<RepoRoot>\.dotnet` folder, has this runtime installed. Then during the build of the test projects, we generate a `.runsettings` file that points to this `dotnet` SDK.
> For both options above, you can choose whether your experiment needs arcade latest features, to do that, set the required DARC subscription from `dotnet/arcade` to this repository following these [instructions](https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#darc).

> For both options above, you can choose whether your experiment needs arcade latest features, to do that, set the required DARC subscription from `dotnet/arcade` to this repository following these [instructions](https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#darc).
3. Set the right version for your library. In order to do that, set the following properties in `Versions.props`:
- `VersionPrefix`: the version prefix for the produced nuget package.
Expand All @@ -25,7 +27,7 @@ This branch contains a template for standalone experiments, which means that exp

4. Choose the right set of platforms for CI and Official Builds by tweaking `eng/pipelines/runtimelab.yml` file.

The package produced from your branch will be published to the the `[dotnet-experimental](https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=dotnet-experimental)` feed.
The package produced from your branch will be published to the the [`dotnet-experimental`](https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=dotnet-experimental) feed.

## .NET Foundation

Expand Down

0 comments on commit 3d309c4

Please sign in to comment.