Skip to content

Commit

Permalink
Merge pull request #150 from aspnet/wtgodbe/Morg2
Browse files Browse the repository at this point in the history
Merge from internal & fixup .npmrc
  • Loading branch information
wtgodbe authored Jul 6, 2022
2 parents 1487d42 + 0efc306 commit e1d920b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/
4 changes: 2 additions & 2 deletions .vsts-pipelines/templates/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
- task: NuGetToolInstaller@1
displayName: 'Install NuGet.exe'
- task: NodeTool@0
displayName: Install Node 10.x
displayName: Install Node 16.x
inputs:
versionSpec: 10.x
versionSpec: 16.x
- script: .\build.cmd /p:SignType=$(_SignType) /p:Configuration=$(BuildConfiguration) $(BuildScriptArgs) /bl:artifacts/logs/build.binlog
displayName: Run build.cmd
- ${{ if ne(parameters.agentOs, 'Windows') }}:
Expand Down

0 comments on commit e1d920b

Please sign in to comment.