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 fa226ad commit ddfcedaCopy full SHA for ddfceda
.github/workflows/csharp-windows-snippets.yaml
@@ -45,6 +45,6 @@ jobs:
45
46
- name: run csharp snippets
47
run: |
48
- echo $Env:Path
+ $Env:SENZING_DIR = "$Env:USERPROFILE\Senzing\er"
49
cd ${Env:GITHUB_WORKSPACE}/csharp/runner
50
dotnet run --project SnippetRunner all
0 commit comments