提交 7ffe2fa8 编写于 作者: T Tomas Matousek

Update readme

上级 df1bb461
......@@ -16,8 +16,12 @@ to make the packages for the build.
> .\make-all.ps1 -version "26418.00" -branch "d15prerel" -outpath c:\users\jaredpar\temp\nuget
```
This will create all of the packages with the version string 15.0.26418-alpha. Next the build needs to be updated
to reflect this change in version for the packages we are consuming.
This will create all of the packages with the version string 15.0.26418-alpha.
When building packages from a non-release branch (e.g. vsucorediag) use ```-versionSuffix branch-name``` to avoid potential
conflicts with release branch versions.
Next the build needs to be updated to reflect this change in version for the packages we are consuming.
``` powershell
> .\change-all.ps1 -version "26418.00"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册