Skip to content

Commit 441435f

Browse files
Merge pull request #231189 from mumian/0317-nuget
add the nuget information
2 parents ad895ea + 1721624 commit 441435f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/azure-resource-manager/bicep/install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set up Bicep development and deployment environments
33
description: How to configure Bicep development and deployment environments
44
ms.topic: conceptual
5-
ms.date: 01/10/2023
5+
ms.date: 03/17/2023
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
---
88

@@ -221,6 +221,12 @@ If you'd like to try the latest pre-release bits of Bicep before they're release
221221
> [!WARNING]
222222
> These pre-release builds are much more likely to have known or unknown bugs.
223223
224+
## Install the NuGet package
225+
226+
The Bicep team has made the [Azure.Bicep.Core NuGet package](https://www.nuget.org/packages/Azure.Bicep.Core) publicly available on nuget.org. While it is public, it is not a supported package. Any dependency you take on this package will be done at your own risk and we reserve the right to push breaking changes to this package at any time.
227+
228+
For more information about installing and consuming NuGet packages, see [Consume packages](/nuget/consume-packages/overview-and-workflow).
229+
224230
## Next steps
225231

226232
For more information about using Visual Studio Code and the Bicep extension, see [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).

0 commit comments

Comments
 (0)