Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit e43a7bc.
  • Loading branch information
dj-nitehawk committed Feb 3, 2023
1 parent e43a7bc commit 11967bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A full-featured starter template for `dotnet new` to quickly scaffold an Asp.Net

## Install & Scaffold
```csharp
dotnet new install MongoWebApiStarter
dotnet new -i MongoWebApiStarter
dotnet new mongowebapi -n MyAwesomeApp
```

Expand Down
2 changes: 1 addition & 1 deletion Template/MongoWebApiStarter.lutconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<LUTConfig Version="1.0">
<Repository />
<ParallelBuilds>true</ParallelBuilds>
<ParallelTestRuns>false</ParallelTestRuns>
<ParallelTestRuns>true</ParallelTestRuns>
<TestCaseTimeout>60000</TestCaseTimeout>
</LUTConfig>

0 comments on commit 11967bf

Please sign in to comment.