Added CSharp scripting using Roslyn, Cleanup, Moved Scriptables to appropriate folder
This commit is contained in:
@@ -20,6 +20,23 @@
|
||||
"Interval": 30000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "csharpExample",
|
||||
"Script": "Scripts/example.csx",
|
||||
"Calls": [
|
||||
{
|
||||
"Type": "runonce"
|
||||
},
|
||||
{
|
||||
"Type": "schedule",
|
||||
"Schedule": "0 0/5 * * * ?"
|
||||
},
|
||||
{
|
||||
"Type": "fileupdate",
|
||||
"Path": "./Scripts/example_content"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user