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 6120382 commit 1834f5fCopy full SHA for 1834f5f
.github/workflows/publish-packages.yml
@@ -120,7 +120,7 @@ jobs:
120
# renovate: datasource=nuget depName=dotnet-validate
121
DOTNET_VALIDATE_VERSION: '0.0.1-preview.537'
122
# renovate: datasource=nuget depName=Meziantou.Framework.NuGetPackageValidation.Tool
123
- MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.40'
+ MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.41'
124
run: |
125
dotnet tool install --global dotnet-validate --version ${env:DOTNET_VALIDATE_VERSION} --allow-roll-forward
126
dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version ${env:MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION} --allow-roll-forward
0 commit comments