Skip to content

Commit

Permalink
Reset global.json but add tool run to dotnet comand [debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Feb 3, 2023
1 parent f6fcc31 commit ec27223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/GenerateAllSolution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else
$diagnostics = ""
}

$cmd = "dotnet$sdkoptions slngen -o $generatedSolutionFilePath $slngenConfig $diagnostics--platform $platforms $($projects -Join ' ')"
$cmd = "dotnet$sdkoptions tool run slngen -o $generatedSolutionFilePath $slngenConfig $diagnostics--platform $platforms $($projects -Join ' ')"

Write-Output "Running Command: $cmd"

Expand Down
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"sdk": {
"version": "6.0.405"
"version": "6.0.405",
"rollForward": "latestFeature"
},
"msbuild-sdks":
{
Expand Down

0 comments on commit ec27223

Please sign in to comment.