Skip to content

Commit dea35e1

Browse files
committed
Add webshared reference
This might fix the integration tests... but why that haven't failed before???
1 parent 4bcc75b commit dea35e1

File tree

1 file changed

+1
-0
lines changed
  • src/aggregator-function/FunctionTemplate

1 file changed

+1
-0
lines changed

src/aggregator-function/FunctionTemplate/run.csx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#r "../bin/aggregator-function.dll"
22
#r "../bin/aggregator-shared.dll"
3+
#r "../bin/aggregator-webshared.dll"
34
#r "../bin/Microsoft.VisualStudio.Services.ServiceHooks.WebApi.dll"
45

56
using System.Threading;

0 commit comments

Comments
 (0)