Skip to content

Commit 98880fa

Browse files
committed
[Kanban 43] reference the winforms project during publishing
1 parent dca8a14 commit 98880fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
DOTNET_VERSION: '6.0.x' # The .NET SDK version to use
1010
SOLUTION_DIR: 'VisualPairCoding'
11-
PROJECT: './VisualPairCoding.console/VisualPairCoding.console.csproj' # the project to publish
11+
PROJECT: './VisualPairCoding.WinForms/VisualPairCoding.WinForms.csproj' # the project to publish
1212
RELEASEPREFIX: 'VisualPairCoding'
1313

1414
jobs:

0 commit comments

Comments
 (0)