We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf513b commit 9b1622eCopy full SHA for 9b1622e
.github/workflows/gitleaks.yaml
@@ -25,5 +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 $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
+ 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