You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Content/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ $ ./build.sh // on unix
36
36
#### Environment Variables
37
37
38
38
*`CONFIGURATION` will set the [configuration](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build?tabs=netcore2x#options) of the dotnet commands. If not set it will default to Release.
39
-
40
-
`CONFIGURATION=Debug ./build.sh` will result in things like `dotnet build -c Debug`
41
-
39
+
*`CONFIGURATION=Debug ./build.sh` will result in things like `dotnet build -c Debug`
40
+
*`GITHUB_TOKEN` will be used to upload release notes and nuget packages to github.
*[Create a GitHub OAuth Token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
68
+
* You can then set the `GITHUB_TOKEN` to upload release notes and artifacts to github
69
+
* Otherwise it will fallback to username/password
70
+
67
71
68
72
* Then update the `RELEASE_NOTES.md` with a new version, date, and release notes [ReleaseNotesHelper](https://fsharp.github.io/FAKE/apidocs/fake-releasenoteshelper.html)
0 commit comments