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 d0b7e5c commit a058975Copy full SHA for a058975
.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.36'
+ MEZIANTOU_VALIDATE_NUGET_PACKAGE_VERSION: '1.0.37'
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