Skip to content

Commit

Permalink
ci working
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Jul 23, 2021
1 parent 74c2021 commit 20665db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
command: dotnet build
- run:
name: NUnit Tests
command: dotnet test Quadtrees.Tests
command: dotnet test QuadTrees.Tests
- run:
name: NuGet upload
command: |
bash nuget-upload.sh Quadtrees
bash nuget-upload.sh QuadTrees
2 changes: 1 addition & 1 deletion QuadTrees.Tests/QuadTrees.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Quadtrees\QuadTrees.csproj" />
<ProjectReference Include="..\QuadTrees\QuadTrees.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion QuadTrees.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuadTrees", "Quadtrees\QuadTrees.csproj", "{FF3088BC-0BEF-4AF0-ACE3-9406D9F985A7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuadTrees", "QuadTrees\QuadTrees.csproj", "{FF3088BC-0BEF-4AF0-ACE3-9406D9F985A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuadTrees.Tests", "QuadTrees.Tests\QuadTrees.Tests.csproj", "{7A1CB268-12FF-4C94-BFE1-2DADDEEE9070}"
EndProject
Expand Down

0 comments on commit 20665db

Please sign in to comment.