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 fef0827 commit 9f70addCopy full SHA for 9f70add
.github/workflows/build.yml
@@ -126,15 +126,10 @@ jobs:
126
with:
127
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
128
129
- - name: Setup .NET 6 SDK
130
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
131
- with:
132
- dotnet-version: '6.0.x'
133
-
134
- name: Validate NuGet packages
135
shell: pwsh
136
run: |
137
- dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
+ dotnet tool install --global dotnet-validate --version 0.0.1-preview.304 --allow-roll-forward
138
$packages = Get-ChildItem -Filter "*.nupkg" | ForEach-Object { $_.FullName }
139
$invalidPackages = 0
140
foreach ($package in $packages) {
0 commit comments