|
|
|
@ -1,9 +1,9 @@
|
|
|
|
# This workflow will build a .NET project
|
|
|
|
# This workflow will build a .NET project
|
|
|
|
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
|
|
|
|
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
|
|
|
|
|
|
|
|
name: Dotnet build and test
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
logLevel:
|
|
|
|
logLevel:
|
|
|
|
description: 'Log level'
|
|
|
|
description: 'Log level'
|
|
|
|
|