mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-09 17:28:58 +00:00
parallel build
This commit is contained in:
parent
9a34089f67
commit
aeb0bcb4a3
1 changed files with 5 additions and 4 deletions
|
|
@ -57,8 +57,9 @@ jobs:
|
|||
solution: '$(Build.BinariesDirectory)\Debug\onnxruntime.sln'
|
||||
platform: 'x64'
|
||||
configuration: 'Debug'
|
||||
msbuildArguments: ${{ parameters.MsbuildArguments }}
|
||||
msbuildArgs: ${{ parameters.MsbuildArguments }}
|
||||
msbuildArchitecture: 'x64'
|
||||
maximumCpuCount: true
|
||||
logProjectEvents: true
|
||||
workingFolder: '$(Build.BinariesDirectory)\Debug'
|
||||
createLogFile: true
|
||||
|
|
@ -79,7 +80,7 @@ jobs:
|
|||
restoreNugetPackages: false
|
||||
msbuildArchitecture: 'x64'
|
||||
workingFolder: '$(Build.SourcesDirectory)\csharp'
|
||||
msbuildArguments: '/m'
|
||||
maximumCpuCount: true
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: 'Test C# Debug'
|
||||
|
|
@ -104,7 +105,7 @@ jobs:
|
|||
solution: '$(Build.BinariesDirectory)\RelWithDebInfo\onnxruntime.sln'
|
||||
platform: 'x64'
|
||||
configuration: 'RelWithDebInfo'
|
||||
msbuildArguments: ${{ parameters.MsbuildArguments }}
|
||||
msbuildArgs: ${{ parameters.MsbuildArguments }}
|
||||
msbuildArchitecture: 'x64'
|
||||
logProjectEvents: true
|
||||
workingFolder: '$(Build.BinariesDirectory)\RelWithDebInfo'
|
||||
|
|
@ -125,7 +126,7 @@ jobs:
|
|||
msbuildArchitecture: 'x64'
|
||||
restoreNugetPackages: false
|
||||
workingFolder: '$(Build.SourcesDirectory)\csharp'
|
||||
msbuildArguments: '/m'
|
||||
maximumCpuCount: true
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: 'Test C# RelWithDebInfo'
|
||||
|
|
|
|||
Loading…
Reference in a new issue