* V1.1.0 release

* temporarily disable e2e tests while core tools is broken

* typo
This commit is contained in:
Marie Hoeger 2019-06-18 11:23:15 -07:00 коммит произвёл GitHub
Родитель 933d353d75
Коммит d1bd606d42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.Functions.NodeJsWorker</id>
<version>1.0.3$version$</version>
<version>1.1.0$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

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

@ -1,5 +1,5 @@
variables: {
WORKER_VERSION: '1.0.3',
WORKER_VERSION: '1.1.0',
NODE_LOWER_LTS: '8.x',
NODE_HIGHER_LTS: '10.x'
}
@ -76,7 +76,7 @@ jobs:
displayName: 'Run E2E Tests'
- job: BuildArtifacts
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
pool:
vmImage: 'vs2017-win2016'
steps:

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

@ -1,7 +1,7 @@
{
"name": "azure-functions-nodejs-worker",
"author": "Microsoft Corporation",
"version": "1.0.3",
"version": "1.1.0",
"description": "Microsoft Azure Functions NodeJS Worker",
"license": "(MIT OR Apache-2.0)",
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "@azure/functions",
"version": "1.0.3",
"version": "1.1.0",
"description": "Azure Functions types for Typescript",
"repository": {
"type": "git",