File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 uses : microsoft/setup-msbuild@v2
3636
3737 - 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
38+ 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
3939
4040 - name : Get Version
4141 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