Skip to content

Commit

Permalink
lock smoke test dependencies to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Oct 8, 2024
1 parent 4ba109e commit b167ed0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/smoke-nuget-version-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ input:
experiments:
nuget_native_analysis: true
ignore-conditions:
- dependency-name: NuGet.Versioning
- dependency-name: Microsoft.Extensions.Http
source: tests/smoke-nuget-version-multidir.yaml
version-requirement: '>6.8.0'
version-requirement: '>8.0.0'
- dependency-name: Microsoft.Extensions.Logging
source: tests/smoke-nuget-version-multidir.yaml
version-requirement: '>8.0.0'
- dependency-name: NuGet.Versioning
source: tests/smoke-nuget-version-multidir.yaml
version-requirement: '>6.8.0'
Expand Down

0 comments on commit b167ed0

Please sign in to comment.