Skip to content

Commit

Permalink
automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Oct 14, 2023
1 parent 9fc2ce5 commit 7469375
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: dotnet build ./Pandatech.Crypto

- name: Test
run: dotnet test ./Pandatech.Crypto --collect:"XPlat Code Coverage"
run: dotnet test ./PandatechCrypto --collect:"XPlat Code Coverage"

- name: Pack
run: dotnet pack ./Pandatech.Crypto --output nupkgs
run: dotnet pack ./PandatechCrypto --output nupkgs

- name: Publish
run: dotnet nuget push ./nupkgs/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Pandatech.Crypto.Tess;
namespace Pandatech.Crypto.Tests;

public class UnitTests
{
Expand Down
2 changes: 1 addition & 1 deletion Pandatech.Crypto.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pandatech.Crypto", "PandatechCrypto\Pandatech.Crypto.csproj", "{04362C72-3011-466E-81BB-FFBFC94D02C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pandatech.Crypto.Tess", "Pandatech.Crypto.Tess\Pandatech.Crypto.Tess.csproj", "{89D6535F-549C-4091-BF21-96565F098C3F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pandatech.Crypto.Tests", "Pandatech.Crypto.Tests\Pandatech.Crypto.Tests.csproj", "{89D6535F-549C-4091-BF21-96565F098C3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 7469375

Please sign in to comment.