We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1487d42 + 0efc306 commit e1d920bCopy full SHA for e1d920b
.npmrc
@@ -0,0 +1 @@
1
+registry=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/
.vsts-pipelines/templates/default-build.yml
@@ -120,9 +120,9 @@ jobs:
120
- task: NuGetToolInstaller@1
121
displayName: 'Install NuGet.exe'
122
- task: NodeTool@0
123
- displayName: Install Node 10.x
+ displayName: Install Node 16.x
124
inputs:
125
- versionSpec: 10.x
+ versionSpec: 16.x
126
- script: .\build.cmd /p:SignType=$(_SignType) /p:Configuration=$(BuildConfiguration) $(BuildScriptArgs) /bl:artifacts/logs/build.binlog
127
displayName: Run build.cmd
128
- ${{ if ne(parameters.agentOs, 'Windows') }}:
0 commit comments