Skip to content

Update .net.yaml

Update .net.yaml #14

Workflow file for this run

services:
- type: web
name: noeTaskManagerService
env: dotnet
buildCommand: dotnet build -c Release
startCommand: dotnet ./bin/Release/net8/noeTaskManagerService.dll
envVars:
- key: ASPNETCORE_ENVIRONMENT
value: production