We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcc75b commit dea35e1Copy full SHA for dea35e1
src/aggregator-function/FunctionTemplate/run.csx
@@ -1,5 +1,6 @@
1
#r "../bin/aggregator-function.dll"
2
#r "../bin/aggregator-shared.dll"
3
+#r "../bin/aggregator-webshared.dll"
4
#r "../bin/Microsoft.VisualStudio.Services.ServiceHooks.WebApi.dll"
5
6
using System.Threading;
0 commit comments