Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated the files with the latest ones from VSTS repo #25

Merged
merged 14 commits into from
Nov 28, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions csharp/CSharpUsage/CSharpUsage.csproj

This file was deleted.

88 changes: 0 additions & 88 deletions csharp/CSharpUsage/Program.cs

This file was deleted.

2 changes: 0 additions & 2 deletions csharp/CSharpUsage/testdata/bench.expected_out

This file was deleted.

2 changes: 0 additions & 2 deletions csharp/CSharpUsage/testdata/bench.in

This file was deleted.

Binary file removed csharp/CSharpUsage/testdata/squeezenet.onnx
Binary file not shown.
10 changes: 10 additions & 0 deletions csharp/OnnxRuntime.CSharp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,14 @@ CMake creates a target to this project
<Message Importance="High" Text="Running CSharp tests..." />
<Exec Command="dotnet test test\Microsoft.ML.OnnxRuntime.Tests\Microsoft.ML.OnnxRuntime.Tests.csproj -c $(Configuration) --no-build" />
</Target>

<Target Name="CreatePackage" AfterTargets="RunTest">
<Message Importance="High" Text="Bundling NuGet package ..." />
<MSBuild Projects="src\Microsoft.ML.OnnxRuntime\Microsoft.ML.OnnxRuntime.csproj"
Targets="ObtainPackageVersion;Pack"
Properties="NoBuild=true"
/>
</Target>


</Project>
Loading