Skip to content

Commit 1575e49

Browse files
committed
Update dotnet-validate
1 parent 2a9701c commit 1575e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: nuget pack Elmah.Io.WebApi.nuspec -Version 5.3.${{ github.run_number }} -Properties Configuration=Release -Properties Commit=${{ github.sha }}
3737

3838
- name: Install dotnet-validate
39-
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
39+
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.537
4040
- name: Validate Elmah.Io
4141
run: dotnet-validate package local elmah.io.5.3.${{ github.run_number }}.nupkg
4242
- name: Validate Elmah.Io.AspNet

0 commit comments

Comments
 (0)