diff --git a/.github/actions/dotnet/action.yml b/.github/actions/dotnet/action.yml index 9cdf2997..cc3a030d 100644 --- a/.github/actions/dotnet/action.yml +++ b/.github/actions/dotnet/action.yml @@ -97,7 +97,7 @@ runs: - name: "Dotnet: Restore packages" working-directory: ${{github.workspace}}/src shell: bash - run: dotnet restore -nodeReuse:False -p:NoWarn=MSB4241 || dotnet restore -nodeReuse:False -verbosity:d -p:NoWarn=MSB4241 -p:SuppressNETCoreSdkPreviewMessage=true + run: dotnet restore -nodeReuse:False -p:NoWarn=MSB4241 -p:SuppressNETCoreSdkPreviewMessage=true env: DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}" DOTNET_INSTALL_DIR: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"