Skip to content

Commit 50e0afa

Browse files
authored
add note about WebSDK support (#90)
1 parent 647c86c commit 50e0afa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Microsoft.NET.Build.Containers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Pushed container '<your app name>:<your app version>' to registry 'docker://'
1818
Out of the box, this package will infer a number of properties about the generated container image, including which base image to use, which version of that image to use, and where to push the generated image. You have control over all of these properties, however. You can read more about these customizations [here](https://aka.ms/dotnet/containers/customization).
1919

2020
**Note**: This package only supports Linux containers in this version.
21+
22+
**Note**: This package only supports Web projects (those that use the `Microsoft.NET.Sdk.Web` SDK) in this version.

docs/GettingStarted.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Out of the box, this package will infer a number of properties about the generat
1515

1616
> **Note**
1717
> This package only supports Linux containers in this version.
18+
19+
> **Note**
20+
> This package only supports Web projects (those that use the `Microsoft.NET.Sdk.Web` SDK) in this version.

0 commit comments

Comments
 (0)