We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6b6d4 commit c30ae77Copy full SHA for c30ae77
.github/workflows/gitleaks.yaml
@@ -23,6 +23,7 @@ jobs:
23
- name: Install the report tool packages
24
if: steps.gitleaks.outcome != 'success'
25
run: |
26
+ echo $GITHUB_WORKSPACE
27
nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
28
echo "Package Installed"
29
dir "D:\a\connecting-databases-to-aspnetcore-grid\connecting-databases-to-aspnetcore-grid\Syncfusion.Email\lib\netcoreapp3.1"
0 commit comments