Skip to content

Commit f018d5a

Browse files
committed
Specify directory for dotnet to install to and execute from.
1 parent cd19f55 commit f018d5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818

1919
env:
2020
DOTNET_VERSION: ${{ '8.0.201' }}
21+
DOTNET_INSTALL_DIR: dotnet-install
22+
DOTNET_ROOT: dotnet-install
2123
ENABLE_DIAGNOSTICS: true
2224
MSBUILD_VERBOSITY: normal
2325
#COREHOST_TRACE: 1

0 commit comments

Comments
 (0)