Skip to content

Commit ad47b82

Browse files
committed
add buildOptions to module.json
1 parent 5f89eca commit ad47b82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/dotnet-template-azure-iot-edge-module/CSharp/module.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"arm32v7": "./Dockerfile.arm32v7",
1212
"windows-amd64": "./Dockerfile"
1313
}
14-
}
14+
},
15+
"buildOptions": []
1516
},
1617
"language": "csharp"
1718
}

content/dotnet-template-azure-iot-edge-module/FSharp/module.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"arm32v7": "./Dockerfile.arm32v7",
1212
"windows-amd64": "./Dockerfile"
1313
}
14-
}
14+
},
15+
"buildOptions": []
1516
},
1617
"language": "fsharp"
1718
}

0 commit comments

Comments
 (0)