Skip to content

Commit

Permalink
cleanup commented codes
Browse files Browse the repository at this point in the history
  • Loading branch information
shahasad committed Aug 14, 2019
1 parent fa01acd commit 7e54a60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
35 changes: 0 additions & 35 deletions tools/ci_build/github/azure-pipelines/templates/win-x86-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,6 @@ jobs:
msbuildArchitecture: 'x64'
msbuildArguments: '/t:RunTest'
workingFolder: '$(Build.SourcesDirectory)\csharp'
# - task: VSBuild@1
# displayName: 'Build C# Debug'
# inputs:
# solution: '$(Build.SourcesDirectory)\csharp\OnnxRuntime.CSharp.sln'
# platform: 'any cpu'
# configuration: 'Debug'
# restoreNugetPackages: false
# msbuildArchitecture: 'x86'
# workingFolder: '$(Build.SourcesDirectory)\csharp'
# msbuildArguments: '/m'

# - task: CmdLine@2
# displayName: 'Test C# Debug'
# inputs:
# script: |
# FOR /F %%f IN ('dir /s /b test\Microsoft.ML.OnnxRuntime.Tests\bin\*Tests.dll') DO %dotnetexe% vstest %%f
# workingDirectory: '$(Build.SourcesDirectory)\csharp'

# Build RelWithDebInfo -- this variable required to build C#
- task: CmdLine@2
Expand Down Expand Up @@ -136,24 +119,6 @@ jobs:
msbuildArguments: '/t:RunTest'
workingfolder: '$(Build.SourcesDirectory)\csharp'

# - task: VSBuild@1
# displayName: 'Build C# RelWithDebInfo'
# inputs:
# solution: '$(Build.SourcesDirectory)\csharp\OnnxRuntime.CSharp.sln'
# platform: 'any cpu'
# configuration: 'RelWithDebInfo'
# msbuildArchitecture: 'x86'
# restoreNugetPackages: false
# workingFolder: '$(Build.SourcesDirectory)\csharp'
# msbuildArguments: '/m'

# - task: CmdLine@2
# displayName: 'Test C# RelWithDebInfo'
# inputs:
# script: |
# FOR /F %%f IN ('dir /s /b test\Microsoft.ML.OnnxRuntime.Tests\bin\*Tests.dll') DO %dotnetexe% vstest %%f
# workingDirectory: '$(Build.SourcesDirectory)\csharp'

- task: PublishTestResults@2
displayName: 'Publish unit test results'
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ steps:
displayName: Use Nuget 4.9
inputs:
versionSpec: 4.9.4
# - task: NuGetCommand@2
# displayName: 'NuGet restore'
# inputs:
# restoreSolution: '$(Build.SourcesDirectory)\csharp\OnnxRuntime.CSharp.sln'
# feedsToUse: config
# nugetConfigPath: '$(Build.SourcesDirectory)\csharp\Nuget.CSharp.config'
# restoreDirectory: '$(Build.SourcesDirectory)\csharp'
# - task: UniversalPackages@0
# displayName: 'Download python'
# inputs:
Expand Down

0 comments on commit 7e54a60

Please sign in to comment.