Skip to content

Commit

Permalink
Add precompilation symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Aug 22, 2024
1 parent 1f92331 commit 830a9f1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if FAKE_XRM_EASY_9
using System;
using FakeXrmEasy.Core.FileStorage.Db;
using Microsoft.Crm.Sdk.Messages;
Expand Down Expand Up @@ -68,4 +69,5 @@ public void Should_commit_file_block_upload()
Assert.Equal(_uploadBlockRequest.BlockData, file.Content);
}
}
}
}
#endif

0 comments on commit 830a9f1

Please sign in to comment.