Skip to content

Commit d7ef153

Browse files
author
Aishwarya Jagarapu
committed
fix tutorials.yml
1 parent a95f8af commit d7ef153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Scripts/TutorialsChecker/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for folder in $folders; do
2424
echo "------------------------------------------------------"
2525

2626
checkLog="check.log"
27-
dotnet ${PBIN} /Bld/Drops/Release/Binaries/net8.0/p.dll compile check -i ${SCHEDULES} 2>&1 | tee ${checkLog}
27+
dotnet ${PBIN} compile check -i ${SCHEDULES} 2>&1 | tee ${checkLog}
2828
if grep -q "Possible options are:" ${checkLog}; then
2929
beginFlag=false
3030
while IFS=" " read firstWord _; do

0 commit comments

Comments
 (0)