Skip to content

Commit da373dc

Browse files
Merge pull request #24 from blackboxlogic/develop
Develop
2 parents dc4af29 + 7016a85 commit da373dc

File tree

13 files changed

+214
-393
lines changed

13 files changed

+214
-393
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323
- name: Nuget Publish
2424
if: success()
2525
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
26+
- name: Nuget Publish Symbols
27+
if: success()
28+
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
2629

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vs
22
bin
33
obj
4+
*.user

FunctionalTests/FunctionalTests.csproj

Lines changed: 0 additions & 31 deletions
This file was deleted.

FunctionalTests/Program.cs

Lines changed: 0 additions & 81 deletions
This file was deleted.

FunctionalTests/Tests.cs

Lines changed: 0 additions & 252 deletions
This file was deleted.

FunctionalTests/appsettings.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)