Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 17, 2024
1 parent 6659770 commit 43282e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ dotnet new dotnet-library-repo -o "{Scaffold}" -n "Project1" --GitProjectName "P

---Result---

success: build {Scaffold}/src/Project1.sln -v m
success: restore "{Scaffold}/src/Project1.sln" -v m

---Result---

success: build {Scaffold}/src/Project1.sln --no-restore -v m

,
files: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ dotnet new dotnet-library-repo -o "{Scaffold}" -n "Project2" --GitProjectName "P

---Result---

success: build {Scaffold}/src/Project2.sln -v m
success: restore "{Scaffold}/src/Project2.sln" -v m

---Result---

success: build {Scaffold}/src/Project2.sln --no-restore -v m

,
files: [
Expand Down

0 comments on commit 43282e0

Please sign in to comment.