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 03c7e77 commit 37aa2daCopy full SHA for 37aa2da
.github/workflows/continuous-integration-workflow.yml
@@ -61,7 +61,7 @@ jobs:
61
try {
62
msbuild "$($sqlproj_file.FullName)" /p:Configuration=Release
63
if (!$?) {
64
- $errors = "Failed to build $($csproj_file.FullName)"
+ $errors += "Failed to build $($csproj_file.FullName)"
65
}
66
} catch {
67
# Capture detailed error information
@@ -98,7 +98,7 @@ jobs:
98
99
dotnet build "$($csproj_file.FullName)" --configuration Release
100
101
102
103
104
0 commit comments