Skip to content

Commit

Permalink
project first
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jun 10, 2024
1 parent d197eb1 commit e1babb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/SwagApiTests/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ServiceCommands": [
{
"CommandPath": "dotnet",
"Arguments": "run --no-build --configuration Release --project ../../../../../PetWebApi/PetWebApi.csproj",
"Arguments": "run --project ../../../../../PetWebApi/PetWebApi.csproj --no-build --configuration Release",
"BaseUrl": "http://127.0.0.1:5000/",
"Delay": 5
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/SwagApiTestsTextJson/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ServiceCommands": [
{
"CommandPath": "dotnet",
"Arguments": "run --no-build --configuration Release --project ../../../../../PetWebApi/PetWebApi.csproj --launch-profile PetWebApiForTextJson",
"Arguments": "run --project ../../../../../PetWebApi/PetWebApi.csproj --no-build --configuration Release --launch-profile PetWebApiForTextJson",
"BaseUrl": "http://127.0.0.1:6000/",
"Delay": 5
}
Expand Down

0 comments on commit e1babb3

Please sign in to comment.