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 9a18941 commit 7072855Copy full SHA for 7072855
.github/workflows/publish-packages-1.0.yml
@@ -86,7 +86,7 @@ jobs:
86
# renovate: datasource=nuget depName=dotnet-validate
87
DOTNET_VALIDATE_VERSION: '0.0.1-preview.537'
88
# renovate: datasource=nuget depName=Meziantou.Framework.NuGetPackageValidation.Tool
89
- MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.32'
+ MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.34'
90
run: |
91
dotnet tool install --global dotnet-validate --version ${env:DOTNET_VALIDATE_VERSION} --allow-roll-forward
92
dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version ${env:MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION} --allow-roll-forward
0 commit comments