Include F# project file in .NET project file list (#22)
This commit is contained in:
Родитель
e5bdb8d39d
Коммит
ec4254acfc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-edge",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -7,7 +7,7 @@ export class Constants {
|
|||
public static deploymentFile = "deployment.json";
|
||||
public static routesFile = "routes.json";
|
||||
public static dockerfileNamePattern = "**/[dD]ocker[fF]ile*";
|
||||
public static dotNetProjectFileNamePattern = "{**/*.csproj}";
|
||||
public static dotNetProjectFileNamePattern = "**/*.{csproj,fsproj}";
|
||||
public static EdgeDebugSessions = ["Debug IoT Edge Module (.NET Core)", "Debug IoT Edge Function (.NET Core)"];
|
||||
public static lastUsedImageNameCacheKey = "azureIotEdge.lastUsedImageName";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче