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 6587b47 commit e9553cfCopy full SHA for e9553cf
.github/workflows/build.yml
@@ -123,15 +123,10 @@ jobs:
123
with:
124
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
125
126
- - name: Setup .NET 6 SDK
127
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
128
- with:
129
- dotnet-version: '6.0.x'
130
-
131
- name: Validate NuGet packages
132
shell: pwsh
133
run: |
134
- 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
135
$packages = Get-ChildItem -Filter "*.nupkg" | ForEach-Object { $_.FullName }
136
$invalidPackages = 0
137
foreach ($package in $packages) {
0 commit comments