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 548a7fe commit 0bf18ddCopy full SHA for 0bf18dd
.github/workflows/publish-packages-1.0.yml
@@ -93,7 +93,7 @@ jobs:
93
# renovate: datasource=nuget depName=dotnet-validate
94
DOTNET_VALIDATE_VERSION: '0.0.1-preview.537'
95
# renovate: datasource=nuget depName=Meziantou.Framework.NuGetPackageValidation.Tool
96
- MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.39'
+ MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.40'
97
run: |
98
dotnet tool install --global dotnet-validate --version ${env:DOTNET_VALIDATE_VERSION} --allow-roll-forward
99
dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version ${env:MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION} --allow-roll-forward
0 commit comments