Skip to content

Commit

Permalink
Specify directory for dotnet to install to and execute from
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Nov 22, 2024
1 parent ba694e0 commit 0472fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:

env:
DOTNET_VERSION: ${{ '8.0.201' }}
DOTNET_INSTALL_DIR: dotnet-install
DOTNET_ROOT: dotnet-install
ENABLE_DIAGNOSTICS: false
#COREHOST_TRACE: 1
MSBUILD_VERBOSITY: normal
Expand Down

0 comments on commit 0472fae

Please sign in to comment.