Skip to content

Commit 051cfe9

Browse files
committed
update path
1 parent ed3e806 commit 051cfe9

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)