We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50075aa commit 0cc3ab0Copy full SHA for 0cc3ab0
.github/workflows/csharp-windows-snippets.yaml
@@ -43,5 +43,6 @@ jobs:
43
env:
44
Path: 'C:\Program Files\Senzing\er\lib;${Path}'
45
run: |
46
+ echo $Env:Path
47
cd ${Env:GITHUB_WORKSPACE}/csharp/runner
48
dotnet run --project SnippetRunner all
0 commit comments