Skip to content

Commit

Permalink
Change launch profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed Oct 18, 2024
1 parent 3293c45 commit bcda54f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/DancingGoat-Shopify/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"XbyKUpdate": {
"DancingGoat": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:14065",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:13268"
}
},
"EcommerceShopify.WebCI": {
"commandName": "Project",
Expand Down
2 changes: 1 addition & 1 deletion scripts/Restore-CI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Import-Module (Resolve-Path Utilities) `

$projectPath = Get-WebProjectPath
$repositoryPath = Join-Path $projectPath "App_Data/CIRepository"
$launchProfile = $Env:ASPNETCORE_ENVIRONMENT -eq "CI" ? "EcommerceShopify.WebCI" : "IIS Express"
$launchProfile = $Env:ASPNETCORE_ENVIRONMENT -eq "CI" ? "EcommerceShopify.WebCI" : "DancingGoat"
$configuration = $Env:ASPNETCORE_ENVIRONMENT -eq "CI" ? "Release" : "Debug"

$command = "dotnet run " + `
Expand Down

0 comments on commit bcda54f

Please sign in to comment.