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 db21c8b commit 444e5adCopy full SHA for 444e5ad
.github/workflows/copilot-setup-steps.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Restore solution
21
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
+ run: echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV
0 commit comments