File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ format-doc:
2222 find . -iname " *.md" -exec sed -i -e ' s_[[:space:]]*$$__' {} \;
2323
2424.PHONY : test
25- test :
25+ test : nuget
2626 dotnet test -v normal --framework=net$(LATEST_SDK_VERSION )
27- ./scripts/run_snippests .sh
27+ ./scripts/run_snippets .sh
2828
2929.PHONY : build
3030build :
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ RUN_DIR=$2
77SCRIPT_DIR=$3
88CONFIG_FILE_PATH=$4
99
10- rm $RUN_DIR /* .cs || true
10+ rm " $RUN_DIR " /* .cs || true
1111
1212echo " Run snippet file: $FILE_PATH "
1313
14- python ${SCRIPT_DIR} /insert-credentials.py $FILE_PATH $CONFIG_FILE_PATH $RUN_DIR
15-
16- dotnet run --project ./$RUN_DIR /Snippets.csproj || exit 1
14+ python " ${SCRIPT_DIR} /insert-credentials.py" " $FILE_PATH " " $CONFIG_FILE_PATH " " $RUN_DIR "
1715
16+ dotnet run --project " ./$RUN_DIR /Snippets.csproj" || exit 1
You can’t perform that action at this time.
0 commit comments