Skip to content

Commit

Permalink
Merge pull request #2 from felixhoi/patch-1
Browse files Browse the repository at this point in the history
Update preview-package-source.md
  • Loading branch information
hyzx86 committed Jun 24, 2021
2 parents 2fb85ef + a1e71ba commit 58fe26b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/docs/getting-started/preview-package-source.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Add preview package source

In this article, we are going to add a new package source pointing to the preview packages.
The preview packages are built each time some code is committed on the `dev` branch, compared to the ones on NuGet, built from the `master` branch.
They are the most up to date versions but not the most stable and can contain breaking changes.
在本文中,我们将添加一个指向预览包的新包源。
每次在 dev 分支上提交一些代码时都会构建预览包,和从master分支构建的Nuget包相比,
它们是最新版本,但不是最稳定的,并且可能包含重大更改。

!!! warning
We do not suggest you to use the dev packages in production.
我们不建议您在生产中使用 dev 包。

## Adding Orchard Core preview Feed to Visual Studio

Expand Down

0 comments on commit 58fe26b

Please sign in to comment.