Skip to content

Commit b99ad3b

Browse files
committed
Merge branch '21-skern' of github.com:Senzing/code-snippets-v4 into 21-skern
2 parents 38cfe67 + 051cfe9 commit b99ad3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/csharp-windows-snippets.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
dotnet nuget push "C:\Program Files\Senzing\er\lib\${Env:sdk_package}" --source senzing
4040
dotnet nuget list source
4141
42+
- name: Add to "Path" environment variable
43+
run: |
44+
Add-Content $env:GITHUB_PATH "C:\Program Files\PowerShell\7"
45+
Add-Content $env:GITHUB_PATH "C:\Program Files\dotnet"
46+
Add-Content $env:GITHUB_PATH "C:\Program Files\Senzing\er\lib"
47+
4248
- name: run csharp snippets
4349
env:
4450
Path: C:\Program Files\Senzing\er\lib;$Env:Path

0 commit comments

Comments
 (0)