https://github.com/gldraphael/blazor-build-time-configuration
https://github.com/gldraphael/blazor-build-time-configuration
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gldraphael/blazor-build-time-configuration
- Owner: gldraphael
- Created: 2020-06-28T11:32:24.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2020-06-28T12:07:17.000Z (about 6 years ago)
- Last Synced: 2025-06-26T12:51:51.042Z (about 1 year ago)
- Language: C#
- Homepage: https://galdin.dev/blog/build-time-configuration-for-blazor-webassembly-apps-using-ms-build-attributes/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blazor-build-time-configuration
Running the app with default configuration:
```
cd WasmApp
dotnet run
```
Overriding build-time configuration:
```
dotnet build -p:BaseUrl="https://prod.example.com"
dotnet run --no-build
```