Skip to content

Commit

Permalink
Merge pull request #24 from blackboxlogic/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
blackboxlogic authored Jul 7, 2020
2 parents dc4af29 + 7016a85 commit da373dc
Show file tree
Hide file tree
Showing 13 changed files with 214 additions and 393 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: Nuget Publish
if: success()
run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.nupkg
- name: Nuget Publish Symbols
if: success()
run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.snupkg

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vs
bin
obj
*.user
31 changes: 0 additions & 31 deletions FunctionalTests/FunctionalTests.csproj

This file was deleted.

81 changes: 0 additions & 81 deletions FunctionalTests/Program.cs

This file was deleted.

252 changes: 0 additions & 252 deletions FunctionalTests/Tests.cs

This file was deleted.

14 changes: 0 additions & 14 deletions FunctionalTests/appsettings.json

This file was deleted.

Loading

0 comments on commit da373dc

Please sign in to comment.