Skip to content

Commit 8be5924

Browse files
authored
Merge pull request #26 from adashen/shenwe_master
add buildOptions to module.json
2 parents 5f89eca + ad47b82 commit 8be5924

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)