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 4545
4646 - name : Install dotnet-format
4747 env :
48- DOTNET_FORMAT_VERSION : 10.0.100-preview.6.25358.103
48+ DOTNET_FORMAT_VERSION : 10.0.100-preview.7.25380.108
4949 DOTNET_FORMAT_SOURCE : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json
5050 run : dotnet tool install -g dotnet-format --version "${{env.DOTNET_FORMAT_VERSION}}" --add-source "${{env.DOTNET_FORMAT_SOURCE}}"
5151
Original file line number Diff line number Diff line change 55
66set -eu
77
8- DOTNET_FORMAT_VERSION=10.0.100-preview.6.25358.103
8+ DOTNET_FORMAT_VERSION=10.0.100-preview.7.25380.108
99DOTNET_FORMAT_SOURCE=" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json"
1010DOTNET_PATH=" $LOCALAPPDATA /ICSharpCode/ILSpy/dotnet-format-$DOTNET_FORMAT_VERSION "
1111if [ ! -d " $DOTNET_PATH " ]; then
You can’t perform that action at this time.
0 commit comments