Skip to content

Commit 74b8f6e

Browse files
authored
Github Action: enable cake pack (#59)
1 parent a7f75a6 commit 74b8f6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
- name: "Dotnet Cake Test"
6464
run: dotnet cake --target=Test
6565
shell: pwsh
66-
# - name: "Dotnet Cake Pack"
67-
# run: dotnet cake --target=Pack
68-
# shell: pwsh
69-
# - name: "Publish Artifacts"
70-
# uses: actions/[email protected]
71-
# with:
72-
# name: ${{matrix.os}}
73-
# path: "./Artifacts"
66+
- name: "Dotnet Cake Pack"
67+
run: dotnet cake --target=Pack
68+
shell: pwsh
69+
- name: "Publish Artifacts"
70+
uses: actions/[email protected]
71+
with:
72+
name: ${{matrix.os}}
73+
path: "./Artifacts"
7474

7575
push-nuget:
7676
name: "Push NuGet Packages"

0 commit comments

Comments
 (0)