We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca8a14 commit 98880faCopy full SHA for 98880fa
.github/workflows/dotnet.yml
@@ -8,7 +8,7 @@ on:
8
env:
9
DOTNET_VERSION: '6.0.x' # The .NET SDK version to use
10
SOLUTION_DIR: 'VisualPairCoding'
11
- PROJECT: './VisualPairCoding.console/VisualPairCoding.console.csproj' # the project to publish
+ PROJECT: './VisualPairCoding.WinForms/VisualPairCoding.WinForms.csproj' # the project to publish
12
RELEASEPREFIX: 'VisualPairCoding'
13
14
jobs:
0 commit comments