Update v3 Python Worker Version to 1.2.6 (#2724)
* Update v3 Python Worker Version to 1.2.6 * Adding a new CODEOWNERS file
This commit is contained in:
Родитель
2e792a9511
Коммит
ee3a0406a7
|
@ -0,0 +1,17 @@
|
|||
# =======================================================
|
||||
# See https://help.github.com/articles/about-codeowners/
|
||||
# for more info about CODEOWNERS file
|
||||
#
|
||||
# It uses the same pattern rule for gitignore file
|
||||
# https://git-scm.com/docs/gitignore#_pattern_format
|
||||
#
|
||||
# Order is important; the last matching pattern takes the
|
||||
# most precedence.
|
||||
# =======================================================
|
||||
|
||||
|
||||
# All of CoreTools PR should have the owners in the PR.
|
||||
* @michaelpeng36 @AnatoliB
|
||||
|
||||
# Adding codeowner for Language specific files such that GitHub automatically adds language owners as a reviewers.
|
||||
src/Azure.Functions.Cli/Azure.Functions.Cli.csproj @vrdmr @Francisco-Gamino @amamounelsayed @alrod @michaelpeng36 @AnatoliB
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
|
||||
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<Company>Microsoft</Company>
|
||||
<Authors>Microsoft</Authors>
|
||||
<Title>Azure Functions Cli</Title>
|
||||
<Copyright><EFBFBD> .NET Foundation. All rights reserved.</Copyright>
|
||||
<Copyright>? .NET Foundation. All rights reserved.</Copyright>
|
||||
<PackageLicenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm</PackageLicenseUrl>
|
||||
<RepositoryUrl>https://github.com/Azure/azure-functions-cli</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
|
@ -158,7 +158,7 @@
|
|||
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.2" />
|
||||
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
|
||||
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.912" />
|
||||
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.5" />
|
||||
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.6" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="ExcludeWorkersFromReadyToRun">
|
||||
|
|
Загрузка…
Ссылка в новой задаче