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 c30ae77 commit 31df64cCopy full SHA for 31df64c
.github/workflows/gitleaks.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install the report tool packages
24
if: steps.gitleaks.outcome != 'success'
25
run: |
26
- echo $GITHUB_WORKSPACE
+ echo $env: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