File tree Expand file tree Collapse file tree 2 files changed +280
-176
lines changed Expand file tree Collapse file tree 2 files changed +280
-176
lines changed Original file line number Diff line number Diff line change @@ -94,4 +94,6 @@ examples:
94
94
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/mongo/shell_examples_spec.rb -o ${DRIVERS_PATH} /shell_examples_spec.rb
95
95
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-scala-driver/master/driver/src/it/scala/org/mongodb/scala/DocumentationExampleSpec.scala -o ${DRIVERS_PATH} /DocumentationExampleSpec.scala
96
96
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/tests/MongoDB.Driver.Examples/DocumentationExamples.cs -o ${DRIVERS_PATH} /DocumentationExamples.cs
97
+ curl -SfL https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/tests/MongoDB.Driver.Examples/ChangeStreamExamples.cs -o ${DRIVERS_PATH} /ChangeStreamExamples.cs
98
+ curl -SfL https://raw.githubusercontent.com/mongodb/mongo-c-driver/master/tests/test-mongoc-sample-commands.c -o ${DRIVERS_PATH} /test-mongoc-sample-commands.c
97
99
curl -Sfl https://raw.githubusercontent.com/mongodb/mongo-java-driver-reactivestreams/master/examples/documentation/src/DocumentationSamples.java -o ${DRIVERS_PATH} /AsyncDocumentationSamples.java
You can’t perform that action at this time.
0 commit comments