Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 473 Bytes

File metadata and controls

21 lines (14 loc) · 473 Bytes

AzureFunctionSandbox

The project is a sample Azure Function with acceptance tests. Test cases can be run on localhost, remote or debug environment. check the readme and changelog

howto develop

before push to the remote origin

  • use dotnet-format:
dotnet format

dotnet tool from scratch

  • init in the repository:
dotnet new tool-manifest