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 e57eadd commit 66d7c88Copy full SHA for 66d7c88
.github/workflows/build-ilspy.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
DOTNET_FORMAT_VERSION: 10.0.100-preview.6.25358.103
49
DOTNET_FORMAT_SOURCE: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json
50
- run: dotnet tool install -g dotnet-format --version "$DOTNET_FORMAT_VERSION" --add-source "$DOTNET_FORMAT_SOURCE"
+ run: dotnet tool install -g dotnet-format --version "${{env.DOTNET_FORMAT_VERSION}}" --add-source "${{env.DOTNET_FORMAT_SOURCE}}"
51
52
- name: Install wix (locked version)
53
run: dotnet tool install --global wix --version 6.0.0
0 commit comments