Skip to content

Commit 444e5ad

Browse files
ericstjCopilot
andauthored
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <[email protected]>
1 parent db21c8b commit 444e5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Restore solution
2121
run: ./build.sh --restore --excludecibinarylog --warnaserror false /p:BuildAllConfigurations=true /p:DotNetBuildAllRuntimePacks=true
2222
- name: Put dotnet on the path
23-
run: export PATH=$PWD/.dotnet:$PATH
23+
run: echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)