File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,15 @@ jobs:
3030 with :
3131 dotnet-version : ' 8.0.x'
3232 dotnet-quality : ' ga'
33-
33+ env :
34+ DOTNET_INSTALL_DIR : ${{ runner.temp }}/.dotnet
35+ DOTNET_ROOT : ${{ runner.temp }}/.dotnet
36+
3437 - name : Add msbuild to PATH
3538 uses : microsoft/setup-msbuild@v2
3639
3740 - name : Install dotnet-format
38- run : dotnet tool install -g dotnet-format --version "8.0.453106 " --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
41+ run : dotnet tool install -g dotnet-format --version "8.3.546805 " --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
3942
4043 - name : Get Version
4144 id : version
Original file line number Diff line number Diff line change 55
66set -eu
77
8- DOTNET_FORMAT_VERSION=8.0.453106
8+ DOTNET_FORMAT_VERSION=8.3.546805
99DOTNET_PATH=" $LOCALAPPDATA /ICSharpCode/ILSpy/dotnet-format-$DOTNET_FORMAT_VERSION "
1010if [ ! -d " $DOTNET_PATH " ]; then
1111 echo " Downloading dotnet-format $DOTNET_FORMAT_VERSION ..."
You can’t perform that action at this time.
0 commit comments