Merged PR 324580: GitHub Forward Integration - 2de28283db

GitHub forward integration Pull Request for commit 2de28283db
This commit is contained in:
Project Collection Build Service (office) 2019-09-03 12:58:05 +00:00 коммит произвёл Daniel Kanev
Родитель 0d23a1448e 2de28283db
Коммит e0768dbb2c
3 изменённых файлов: 17 добавлений и 2 удалений

Просмотреть файл

@ -23,7 +23,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<!-- The release version should get updated on every new release -->
<Version>20.0.2</Version>
<Version>20.0.3</Version>
<PreReleaseSuffix Condition="'$(PreReleaseSuffix)' == ''">local</PreReleaseSuffix>
<PackageVersion Condition="'$(IsReleaseBuild)' == 'true'">$(Version)</PackageVersion>
<!-- Continuous integration version, which is updated on every build of the dev branch -->

7
Directory.Build.targets Normal file
Просмотреть файл

@ -0,0 +1,7 @@
<Project>
<PropertyGroup Condition="'$(IsPackable)' == 'true' AND '$(IsInternalBuild)' == 'true'" >
<InternalPackageSuffix>.Internal</InternalPackageSuffix>
<PackageId Condition="$(PackageId) != ''" >$(PackageId)$(InternalPackageSuffix)</PackageId>
<PackageId Condition="$(PackageId) == ''" >$(AssemblyName)$(InternalPackageSuffix)</PackageId>
</PropertyGroup>
</Project>

Просмотреть файл

@ -8,6 +8,12 @@ The pre-release NuGet packages are available to download from the MyGet feed
https://www.myget.org/F/omex/api/v3/index.json
The release NuGet packages are available for download from Nuget.org
https://www.nuget.org/packages?q=omex
### Projects in this repository
* [__Gating__](https://github.com/microsoft/Omex/tree/master/src/Gating) - This library provides an implementation of a flighting mechanism for new features.
@ -83,6 +89,8 @@ The pre-release NuGet packages which are built from the master branch are availa
https://www.myget.org/F/omex/api/v3/index.json
Soon, the release packages will be available for download from NuGet.org.
The release packages are available for download from NuGet.org
https://www.nuget.org/packages?q=omex