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 86dec53 commit 50075aaCopy full SHA for 50075aa
.github/workflows/csharp-windows-snippets.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: run csharp snippets
43
env:
44
- SENZING_DATA_DIR: 'C:\Program Files\Senzing\er\data'
+ Path: 'C:\Program Files\Senzing\er\lib;${Path}'
45
run: |
46
cd ${Env:GITHUB_WORKSPACE}/csharp/runner
47
dotnet run --project SnippetRunner all
0 commit comments