Skip to content

Commit

Permalink
Github Action: enable cake pack (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Mar 24, 2023
1 parent a7f75a6 commit 74b8f6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
- name: "Dotnet Cake Test"
run: dotnet cake --target=Test
shell: pwsh
# - name: "Dotnet Cake Pack"
# run: dotnet cake --target=Pack
# shell: pwsh
# - name: "Publish Artifacts"
# uses: actions/[email protected]
# with:
# name: ${{matrix.os}}
# path: "./Artifacts"
- name: "Dotnet Cake Pack"
run: dotnet cake --target=Pack
shell: pwsh
- name: "Publish Artifacts"
uses: actions/[email protected]
with:
name: ${{matrix.os}}
path: "./Artifacts"

push-nuget:
name: "Push NuGet Packages"
Expand Down

0 comments on commit 74b8f6e

Please sign in to comment.