Skip to content

Deploy DotNet project to Azure Function App dev #7

Deploy DotNet project to Azure Function App dev

Deploy DotNet project to Azure Function App dev #7

Manually triggered April 18, 2024 13:04
Status Success
Total duration 1m 40s
Artifacts

deploy-dev.yaml

on: workflow_dispatch
build-and-deploy
1m 27s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/checkout@v3, actions/setup-dotnet@v3, Azure/functions-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: src/lib/AdminApiSettings.cs#L5
Non-nullable property 'defaultRedirectUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/lib/AdminApiSettings.cs#L6
Non-nullable property 'customDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/lib/AdminApiSettings.cs#L7
Non-nullable property 'UlsDataStorage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/lib/AdminApiSettings.cs#L8
Non-nullable property 'env' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/lib/AdminApiSettings.cs#L9
Non-nullable property 'dataDogKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/lib/AdminApiSettings.cs#L10
Non-nullable property 'version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/lib/NLogWrapper.cs#L19
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/lib/NLogWrapper.cs#L19
Non-nullable field 'serviceName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/lib/NLogWrapper.cs#L19
Non-nullable field 'shortenerSettings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.