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 db7de8b commit b0e6ba8Copy full SHA for b0e6ba8
.github/workflows/copilot-setup-steps.yml
@@ -18,8 +18,10 @@ jobs:
18
- uses: actions/[email protected]
19
20
- name: Install dependencies
21
- run: ./eng/common/native/install-dependencies.sh
+ run: sudo ./eng/common/native/install-dependencies.sh
22
- name: Restore solution
23
run: ./build.sh --restore --excludecibinarylog --warnaserror false /p:BuildAllConfigurations=true /p:DotNetBuildAllRuntimePacks=true
24
- name: Put dotnet on the path
25
run: echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV
26
+ - name: Run dotnet info
27
+ run: dotnet --info
0 commit comments