damon lin
Results
1
comments of
damon lin
改下yml 中这四个地方 MakeBuildDir: Type: Process Parameters: FileName: '/bin/mkdir' Args: '{{Project.Parameters.BuildDir}}' Copy: Type: Process Parameters: FileName: '/bin/cp' Args: '{{Project.ConfigPath}} {{Project.Parameters.BuildDir}}' CodeFormat: Type: Process Parameters: FileName: /Users/你的用户名/.dotnet/tools/dotnet-format WorkingDirectory: '{{Project.Output.Path}}' Args: '' ReStore:...