Skip to content

Commit 90ad5f5

Browse files
committed
Respond to PR feedback, Downgrade is-online, upgrade node
see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for why is-online is downgraded
1 parent 5d6f87e commit 90ad5f5

File tree

9 files changed

+1154
-759
lines changed

9 files changed

+1154
-759
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stages:
4141
steps:
4242
- task: NodeTool@0
4343
inputs:
44-
versionSpec: '15.x'
44+
versionSpec: '16.10.0'
4545
displayName: 'Install Node.js'
4646
- script: build.cmd
4747
displayName: Build Windows
@@ -75,7 +75,7 @@ stages:
7575
steps:
7676
- task: NodeTool@0
7777
inputs:
78-
versionSpec: '15.x'
78+
versionSpec: '16.10.0'
7979
displayName: 'Install Node.js'
8080
- bash: |
8181
npm install --cache /temp/empty-cache
@@ -98,11 +98,11 @@ stages:
9898
scriptSource: 'filePath'
9999
scriptPath: 'dependency-verifier.py'
100100
arguments: '$(System.PullRequest.TargetBranch)'
101-
failOnStderr: true
101+
failOnStderr: true
102102
##### Package and Publish #####
103103
- job: Package
104104
displayName: 'Package and Publish'
105-
dependsOn:
105+
dependsOn:
106106
- Build
107107
- TSLint
108108
condition: succeeded()
@@ -119,7 +119,7 @@ stages:
119119
steps:
120120
- task: NodeTool@0
121121
inputs:
122-
versionSpec: '15.x'
122+
versionSpec: '16.10.0'
123123
displayName: 'Install Node.js'
124124
- bash: |
125125
if ([ $(is-sdk-release) = 'True' ] && [ $(package-name) = 'vscode-dotnet-sdk' ]) || ([ $(is-runtime-release) = 'True' ] && [ $(package-name) = 'vscode-dotnet-runtime' ]); then

0 commit comments

Comments
 (0)