Skip to content

Commit

Permalink
Merge pull request #898 from dotnet/fixMainBreak
Browse files Browse the repository at this point in the history
Fix build breaks in main
  • Loading branch information
AArnott committed Feb 23, 2023
2 parents 1a5bd6c + 91bea7e commit 1422afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is highly recommended that anyone contributing to this library use the same
software.

1. [Visual Studio 2019][VS]
2. [Node.js][NodeJs]
2. [Node.js][NodeJs] v16 (v18 breaks our build)

### Optional additional software

Expand Down
5 changes: 5 additions & 0 deletions azure-pipelines/install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ parameters:

steps:

- task: NodeTool@0
inputs:
versionSpec: 16.x
displayName: ⚙️ Install Node.js

- task: NuGetAuthenticate@1
displayName: 🔏 Authenticate NuGet feeds
inputs:
Expand Down

0 comments on commit 1422afa

Please sign in to comment.