Skip to content

Commit

Permalink
Fix template sln file name in primary output
Browse files Browse the repository at this point in the history
Fixes #657
  • Loading branch information
DamianEdwards authored Nov 2, 2023
1 parent 2e54a9a commit 9dc5464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
"primaryOutputs": [
{
"path": "AspireApplication.1.sln",
"path": "AspireStarterApplication-1.sln",
"condition": "(hostIdentifier != \"vs\")"
},
{
Expand Down

0 comments on commit 9dc5464

Please sign in to comment.