diff --git a/.azure-pipelines/config/PoliCheckExclusions.xml b/.azure-pipelines/config/PoliCheckExclusions.xml index ba584fb6..86ae5745 100644 --- a/.azure-pipelines/config/PoliCheckExclusions.xml +++ b/.azure-pipelines/config/PoliCheckExclusions.xml @@ -8,5 +8,5 @@ - SRC\GENERATED + SRC\SAMPLE\GENERATED diff --git a/.vscode/settings.json b/.vscode/settings.json index 23fd35f0..313d9c50 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "[xml]": { + "editor.formatOnSave": false, + } } \ No newline at end of file