diff --git a/.github/workflows/build-multi-target.yml b/.github/workflows/build-multi-target.yml index f967223..455e242 100644 --- a/.github/workflows/build-multi-target.yml +++ b/.github/workflows/build-multi-target.yml @@ -1,5 +1,5 @@ -name: build & run tests multi +name: build & test on: [push] diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 289efb9..15b1396 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,4 +20,4 @@ jobs: - name: Pack with dotnet run: dotnet pack Ubl-Tr/UblTr.csproj --configuration Release - name: Push with dotnet - run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}--source https://api.nuget.org/v3/index.json --no-symbols 1 + run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols 1 diff --git a/README.md b/README.md index 7599b7a..a9f6a44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![icon](https://user-images.githubusercontent.com/1468775/80278696-1f6a5200-8701-11ea-8b32-aaf38c4df24d.png) +![build & test](https://github.com/hkutluay/UblTr/workflows/build%20&%20test/badge.svg) + C# proxy classes to create and serialize .Net objects to Xml that conforms [UBL-TR v1.2.1](https://www.oasis-open.org/committees/sc_home.php?wg_abbrev=ubl-trlsc#en) standards or deserialize UBL-Tr documents to .Net objects. # Sample Usage diff --git a/UblTr.Tests/UblTr.Tests.csproj b/UblTr.Tests/UblTr.Tests.csproj index eb8a91b..f52bfd2 100644 --- a/UblTr.Tests/UblTr.Tests.csproj +++ b/UblTr.Tests/UblTr.Tests.csproj @@ -7,7 +7,7 @@ - +