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 2a9701c commit 1575e49Copy full SHA for 1575e49
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: nuget pack Elmah.Io.WebApi.nuspec -Version 5.3.${{ github.run_number }} -Properties Configuration=Release -Properties Commit=${{ github.sha }}
37
38
- name: Install dotnet-validate
39
- run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
+ run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.537
40
- name: Validate Elmah.Io
41
run: dotnet-validate package local elmah.io.5.3.${{ github.run_number }}.nupkg
42
- name: Validate Elmah.Io.AspNet
0 commit comments