Skip to content

Commit 8aadfda

Browse files
committed
fix buidl error release
1 parent ad09f5d commit 8aadfda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GithubWebpagesWebhook/PageViewer.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Azure.Storage.Blobs;
1+
#if !DEBUG
2+
using Azure.Storage.Blobs;
3+
#endif
24
using Microsoft.AspNetCore.Http;
35
using Microsoft.AspNetCore.Mvc;
46
using Microsoft.Azure.WebJobs;

0 commit comments

Comments
 (0)