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 3a785fb commit 034f9efCopy full SHA for 034f9ef
.github/workflows/build-ilspy.yml
@@ -50,7 +50,7 @@ jobs:
50
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
+ run: dotnet tool install --global wix --version 6.0.2
54
55
- name: Get Version
56
id: version
0 commit comments