diff --git a/.github/workflows/nugetTests.yml b/.github/workflows/nugetTests.yml index 1c0ec8200..b8484a149 100644 --- a/.github/workflows/nugetTests.yml +++ b/.github/workflows/nugetTests.yml @@ -11,8 +11,8 @@ on: types: [ labeled ] ## Sets dotnet installation dir to avoid permissions issues while installing. -#env: -# DOTNET_INSTALL_DIR: "./.dotnet" +env: + DOTNET_INSTALL_DIR: "./.dotnet" # Ensures that only the latest commit is running for each PR at a time. concurrency: