Skip to content

Commit

Permalink
Disable build on test refresh (#74751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar authored Aug 14, 2024
1 parent cad8698 commit 0cd65d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"azure-pipelines.customSchemaFile": ".vscode/dnceng-schema.json",
"dotnet.defaultSolution": "Roslyn.sln",
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"dotnet.testWindow.disableAutoDiscovery": true
"dotnet.testWindow.disableAutoDiscovery": true,
"dotnet.testWindow.disableBuildOnRefresh": true
}

0 comments on commit 0cd65d1

Please sign in to comment.