We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f75a6 commit 74b8f6eCopy full SHA for 74b8f6e
.github/workflows/build.yml
@@ -63,14 +63,14 @@ jobs:
63
- name: "Dotnet Cake Test"
64
run: dotnet cake --target=Test
65
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"
+ - name: "Dotnet Cake Pack"
+ run: dotnet cake --target=Pack
+ shell: pwsh
+ - name: "Publish Artifacts"
+ uses: actions/[email protected]
+ with:
+ name: ${{matrix.os}}
+ path: "./Artifacts"
74
75
push-nuget:
76
name: "Push NuGet Packages"
0 commit comments