Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"resharper.build.useResharperBuild": false,
"resharper.build.restorePackagesOnBuild": true,
"resharper.build.smartNugetRestore": true,
"resharper.build.customMsbuildPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\amd64\\MSBuild.exe",
// Git Graph extension settings
"git-graph.dialog.merge.noFastForward": false,
"git-graph.dialog.merge.squashCommits": false,
Expand Down Expand Up @@ -132,4 +131,4 @@
// - Agent: Apply change-log (modifies files)
// - Installer: Setup for patch (downloads artifacts)
// ============================================================================
}
}
5 changes: 2 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
{
"label": "Test (native)",
"type": "shell",
"command": "./test.ps1 -Native -Configuration ${input:testConfiguration}",
"command": "./test.ps1 -SkipManaged -Configuration ${input:testConfiguration}",
"group": "test",
"detail": "Run native tests via test.ps1 (dispatches to Build/scripts/Invoke-CppTest.ps1)",
"options": {
Expand All @@ -348,7 +348,7 @@
{
"label": "Test (native, no build)",
"type": "shell",
"command": "./test.ps1 -Native -NoBuild -Configuration ${input:testConfiguration}",
"command": "./test.ps1 -SkipManaged -NoBuild -Configuration ${input:testConfiguration}",
"group": "test",
"detail": "Run native tests via test.ps1 without rebuilding",
"options": {
Expand Down Expand Up @@ -530,4 +530,3 @@
}
]
}

Loading
Loading