We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b763 commit 32b3ed2Copy full SHA for 32b3ed2
.github/workflows/build-ilspy.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
DOTNET_FORMAT_VERSION: 10.0.100-rtm.25531.102
50
DOTNET_FORMAT_SOURCE: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json
51
- run: dotnet tool install -g dotnet-format --version "${{env.DOTNET_FORMAT_VERSION}}" --add-source "${{env.DOTNET_FORMAT_SOURCE}}"
+ run: dotnet tool install -g dotnet-format --version "${{env.DOTNET_FORMAT_VERSION}}" --source "${{env.DOTNET_FORMAT_SOURCE}}"
52
53
- name: Install wix (locked version)
54
run: dotnet tool install --global wix --version 6.0.2
0 commit comments