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 b1722b5 commit a31612bCopy full SHA for a31612b
.github/workflows/csharp-windows-snippets.yaml
@@ -43,5 +43,5 @@ jobs:
43
env:
44
SENZING_DATA_DIR: 'C:\Program Files\Senzing\er\data'
45
run: |
46
- cd "${Env:GITHUB_WORKSPACE}"/csharp/runner
+ cd ${Env:GITHUB_WORKSPACE}/csharp/runner
47
dotnet run --project SnippetRunner all
0 commit comments