Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 0x5BFA <[email protected]>
0x5bfa authored Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 183ff1e commit 2dd9202
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,8 +32,6 @@ jobs:
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.101
- name: Setup NuGet
uses: nuget/setup-nuget@v2

@@ -48,8 +46,6 @@ jobs:
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.101
- name: Setup NuGet
uses: nuget/setup-nuget@v2

@@ -77,16 +73,12 @@ jobs:
- name: Setup .NET & GitHub Packages
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.101
source-url: https://nuget.pkg.github.com/octokit/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build the solution
run: 'dotnet build ${{ env.OG_SOLUTION_PATH }} -c "${{ env.CONFIGURATION }}"'

- name: Create the new package
run: 'dotnet pack ${{ env.OG_PACK_PROJ_PATH }} -o "${{ env.ARTIFACTS_STAGING_DIR_PATH }}"'
run: 'dotnet pack ${{ env.OG_PACK_PROJ_PATH }} -c "${{ env.CONFIGURATION }}" -o "${{ env.ARTIFACTS_STAGING_DIR_PATH }}"'

- name: Publish to GitHub Actions
uses: actions/upload-artifact@v4

0 comments on commit 2dd9202

Please sign in to comment.