We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea95b0 commit 333c896Copy full SHA for 333c896
1 file changed
.builder/actions/build_samples.py
@@ -38,8 +38,7 @@ def run(self, env):
38
defender_samples = []
39
# Linux only builds
40
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')
+ defender_samples.append('samples/others/device_defender/mqtt5_basic_report')
43
44
servicetests = [
45
'servicetests/tests/JobsExecution/',
0 commit comments