Skip to content

Commit

Permalink
Merge pull request #2 from uniteeio/feature/functional
Browse files Browse the repository at this point in the history
  • Loading branch information
titouancreach authored May 4, 2023
2 parents 75f6cb3 + 1119bad commit de4f066
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
dotnet pack -c Release -p:Version=${RELEASE_VERSION} -o out
working-directory: Unitee.FluentStorage.AzureBlobStorage

- name: Build and generate NuGet package
run: |
dotnet build -c Release -p:Version=${RELEASE_VERSION}
dotnet pack -c Release -p:Version=${RELEASE_VERSION} -o out
working-directory: Unitee.FluentStorage.AzureBlobStorage.Functional

# pushing
- name: Push generated package
run: dotnet nuget push ./out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate -n
Expand All @@ -46,3 +52,7 @@ jobs:
- name: Push generated package
run: dotnet nuget push ./out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate -n
working-directory: Unitee.FluentStorage.AzureBlobStorage

- name: Push generated package
run: dotnet nuget push ./out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate -n
working-directory: Unitee.FluentStorage.AzureBlobStorage.Functional
Loading

0 comments on commit de4f066

Please sign in to comment.