Remove unused Newtonsoft.Json package references (#22812)

* Remove unused Newtonsoft.Json package references
Replace with System.Text.Json in Settings test

* spellcheck

* Remove obsolete test

* Revert settings part

* Revert "Revert settings part"

This reverts commit ad2934ce0b.

* Increase JS heap size in CI
This commit is contained in:
Stefan Markovic
2022-12-16 18:46:07 +01:00
committed by GitHub
parent a6c13dcfbe
commit c2325181ea
30 changed files with 4 additions and 90 deletions

View File

@@ -40,6 +40,7 @@ jobs:
BuildConfiguration: ${{ config }}
BuildPlatform: ${{ platform }}
NUGET_RESTORE_MSBUILD_ARGS: /p:Platform=${{ platform }} # Required for nuget to work due to self contained
NODE_OPTIONS: --max_old_space_size=16384
displayName: Build
timeoutInMinutes: 120 # Some of the loc stuff adds quite a bit of time.
cancelTimeoutInMinutes: 1