Skip to content

Commit 333c896

Browse files
committed
build sample for device_defender
1 parent bea95b0 commit 333c896

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.builder/actions/build_samples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def run(self, env):
3838
defender_samples = []
3939
# Linux only builds
4040
if sys.platform == "linux" or sys.platform == "linux2":
41-
defender_samples.append('samples/device_defender/basic_report')
42-
defender_samples.append('samples/device_defender/mqtt5_basic_report')
41+
defender_samples.append('samples/others/device_defender/mqtt5_basic_report')
4342

4443
servicetests = [
4544
'servicetests/tests/JobsExecution/',

0 commit comments

Comments
 (0)