We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee62ca2 commit fbf513bCopy full SHA for fbf513b
.github/workflows/gitleaks.yaml
@@ -25,4 +25,5 @@ jobs:
25
run: |
26
nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
27
echo "Package Installed"
28
- dir "D:\a\connecting-databases-to-aspnetcore-grid\connecting-databases-to-aspnetcore-grid\Syncfusion.Email"
+ dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
29
+ //dir "D:\a\connecting-databases-to-aspnetcore-grid\connecting-databases-to-aspnetcore-grid\Syncfusion.Email"
0 commit comments