Skip to content

Commit

Permalink
cleanup dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Jul 9, 2024
1 parent c73f4e9 commit 5b68aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
npm test
test_dotnet:
name: test javascript
name: test dotnet
runs-on: ubuntu-latest
needs: [pack_dotnet]
steps:
Expand All @@ -403,7 +403,6 @@ jobs:
run: |
dotnet nuget add source $(pwd)/tests/dotnet/lib
cd tests/dotnet/rhino3dm_test
dotnet remove package Rhino3dm
dotnet nuget locals all --clear
dotnet add package Rhino3dm
dotnet build
Expand Down
4 changes: 0 additions & 4 deletions tests/dotnet/rhino3dm_test/rhino3dm_test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />

<Reference Include="Rhino3dm">
<HintPath>../lib/Rhino3dm.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit 5b68aeb

Please sign in to comment.