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 a95f8af commit d7ef153Copy full SHA for d7ef153
Src/Scripts/TutorialsChecker/check.sh
@@ -24,7 +24,7 @@ for folder in $folders; do
24
echo "------------------------------------------------------"
25
26
checkLog="check.log"
27
- dotnet ${PBIN} /Bld/Drops/Release/Binaries/net8.0/p.dll compile check -i ${SCHEDULES} 2>&1 | tee ${checkLog}
+ dotnet ${PBIN} compile check -i ${SCHEDULES} 2>&1 | tee ${checkLog}
28
if grep -q "Possible options are:" ${checkLog}; then
29
beginFlag=false
30
while IFS=" " read firstWord _; do
0 commit comments