Skip to content

Commit db21c8b

Browse files
committed
Add dotnet to the path for copilot agent
1 parent 8ccec0a commit db21c8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919

2020
- name: Restore solution
2121
run: ./build.sh --restore --excludecibinarylog --warnaserror false /p:BuildAllConfigurations=true /p:DotNetBuildAllRuntimePacks=true
22+
- name: Put dotnet on the path
23+
run: export PATH=$PWD/.dotnet:$PATH

0 commit comments

Comments
 (0)