-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to publish RepoDbExtensionts.PagingPrimitives package because it …
…is missing.
- Loading branch information
1 parent
4a42870
commit a59f3a2
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,14 @@ jobs: | |
- name: Run a one-line script | ||
run: echo Executing Main Branch NuGet Publish Workflow! | ||
|
||
- name: "Publish NuGet: RepoDb.SqlServer.PagingOperations" | ||
- name: "Publish NuGet: RepoDbExtensions.PagingPrimitives" | ||
uses: alirezanet/[email protected] | ||
with: | ||
# Filepath of the project to be packaged, relative to root of repository | ||
PROJECT_FILE_PATH: RepoDb.PagingPrimitives/RepoDbExtensions.PagingPrimitives.csproj | ||
NUGET_KEY: ${{secrets.NUGET_API_KEY}} | ||
|
||
- name: "Publish NuGet: RepoDbExtensions.SqlServer.PagingOperations" | ||
uses: alirezanet/[email protected] | ||
with: | ||
# Filepath of the project to be packaged, relative to root of repository | ||
|