- refactor ProcessBuildTask
Publish:
Type: Process
Parameters:
FileName: powershell
WorkingDirectory: '{{Project.Output.Path}}'
Args: dotnet publish -c Release -o '{{Project.Output.Path}}\publish'
Run:
Type: Process
Parameters:
FileName: powershell
WorkingDirectory: '{{Project.Output.Path}}\publish'
CreateNoWindow: false
RedirectStandardOutput: false
RedirectStandardError: false
WaitForExit: false
WriteLines: ['dotnet {{Project.Module}}.API.dll']
RunChrome:
Type: Process
Parameters:
FileName: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
CreateNoWindow: false
Args: http://localhost:5000/swagger
- change word Paramters -> Parameters (Broken change)
- change sln directory structure
- update Template to SmartSql-v4