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 279c213 commit b720bf3Copy full SHA for b720bf3
.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.38'
+ MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.39'
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