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 f2da994 commit 20f1429Copy full SHA for 20f1429
.github/workflows/dotnet.yml
@@ -6,7 +6,7 @@ on:
6
env:
7
DOTNET_VERSION: "7.x.x" # The .NET SDK version to use
8
SOLUTION_DIR: "VisualPairCoding"
9
- PROJECT: "VisualPairCoding.AvaloniaUI/VisualPairCoding.AvaloniaUI.csproj"
+ PROJECT: "./VisualPairCoding.AvaloniaUI/VisualPairCoding.AvaloniaUI.csproj"
10
RELEASEPREFIX: "VisualPairCoding"
11
12
jobs:
0 commit comments