Skip to content

Commit e1d920b

Browse files
authored
Merge pull request #150 from aspnet/wtgodbe/Morg2
Merge from internal & fixup .npmrc
2 parents 1487d42 + 0efc306 commit e1d920b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/

.vsts-pipelines/templates/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ jobs:
120120
- task: NuGetToolInstaller@1
121121
displayName: 'Install NuGet.exe'
122122
- task: NodeTool@0
123-
displayName: Install Node 10.x
123+
displayName: Install Node 16.x
124124
inputs:
125-
versionSpec: 10.x
125+
versionSpec: 16.x
126126
- script: .\build.cmd /p:SignType=$(_SignType) /p:Configuration=$(BuildConfiguration) $(BuildScriptArgs) /bl:artifacts/logs/build.binlog
127127
displayName: Run build.cmd
128128
- ${{ if ne(parameters.agentOs, 'Windows') }}:

0 commit comments

Comments
 (0)