Skip to content

Commit 91e8795

Browse files
guardrexCopilot
andauthored
Update aspnetcore/blazor/fundamentals/environments.md
Co-authored-by: Copilot <[email protected]>
1 parent f3f0c04 commit 91e8795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There are several approaches for setting the environment in a standalone Blazor
6666
</PropertyGroup>
6767
```
6868

69-
* The environment can be set based on the use of a publish profile. The first condition in the following example covers setting the environment when any publish profile is used, while the second condition sets the environment to `Development` when building the app:
69+
* The environment can be set based on the use of a publish profile. The first condition in the following example covers setting the environment when any publish profile is used, while the second condition sets the environment to `Development` when no publish profile is used (applies to both build and publish operations without a profile):
7070

7171
```xml
7272
<PropertyGroup>

0 commit comments

Comments
 (0)