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
* Expand prereqs to include preview 7
* Use DOS-style quoting
If you don't do this, in cmd shell, the single quotes can make their way into the nuget.config.
* Explicitly mention Linux containers
Otherwise, `docker load` in publish will fail.
* Link to Microsoft docs on linux containers
Copy file name to clipboardExpand all lines: docs/INTEGRATED-DEMO.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ You should expect it to shrink noticeably over time!
5
5
6
6
## Prerequisites
7
7
8
-
* Docker should be running
8
+
*[.NET SDK 7.0.100-preview.7](https://dotnet.microsoft.com/download/dotnet/7.0) or higher
9
+
* Docker should be installed and running
10
+
* On Windows, Docker must be [configured for Linux containers](https://docs.microsoft.com/virtualization/windowscontainers/quick-start/quick-start-windows-10-linux)
9
11
* You should have an environment variable called GITHUB_USERNAME, with your github username in it
10
12
* You should have an environment variable called GITHUB_TOKEN, with a github [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) that has `read:packages` permissions.
11
13
@@ -25,7 +27,7 @@ dotnet new nugetconfig
25
27
# GITHUB_TOKEN environment variables being present, the token should have 'read:packages'
26
28
# permissions. (replace the \ with ` if using powershell)
0 commit comments