Browse Source

Add DOTNET_ROOT

pull/3338/head
Christoph Wille 1 year ago committed by GitHub
parent
commit
bff20985fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/build-ilspy.yml

3
.github/workflows/build-ilspy.yml

@ -30,6 +30,9 @@ jobs:
with: with:
dotnet-version: '8.0.x' dotnet-version: '8.0.x'
dotnet-quality: 'ga' dotnet-quality: 'ga'
env:
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet
DOTNET_ROOT: ${{ runner.temp }}/.dotnet
- name: Add msbuild to PATH - name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2 uses: microsoft/setup-msbuild@v2

Loading…
Cancel
Save