Skip to content

v2.2.0

Choose a tag to compare

@Ahoo-Wang Ahoo-Wang released this 16 Apr 17:13
· 121 commits to master since this release
  1. 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
  1. change word Paramters -> Parameters (Broken change)
  2. change sln directory structure
  3. update Template to SmartSql-v4