Skip to content

Commit

Permalink
Update pipeline net versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Jan 14, 2025
1 parent 934d004 commit 023edc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipelines/recursive-extractor-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ extends:
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'lib_dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
dotnetVersions: ['8.0.x', '9.0.x']
projectPath: 'RecursiveExtractor.Tests/RecursiveExtractor.Tests.csproj'
poolName: MSSecurity-1ES-Build-Agents-Pool
poolImage: MSSecurity-1ES-Windows-2022
poolOs: windows
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'cli_dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
dotnetVersions: ['8.0.x', '9.0.x']
projectPath: 'RecursiveExtractor.Cli.Tests/RecursiveExtractor.Cli.Tests.csproj'
poolName: MSSecurity-1ES-Build-Agents-Pool
poolImage: MSSecurity-1ES-Windows-2022
Expand Down
4 changes: 2 additions & 2 deletions Pipelines/recursive-extractor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ extends:
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'lib_dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
dotnetVersions: ['8.0.x', '9.0.x']
projectPath: 'RecursiveExtractor.Tests/RecursiveExtractor.Tests.csproj'
poolName: MSSecurity-1ES-Build-Agents-Pool
poolImage: MSSecurity-1ES-Windows-2022
poolOs: windows
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'cli_dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
dotnetVersions: ['8.0.x', '9.0.x']
projectPath: 'RecursiveExtractor.Cli.Tests/RecursiveExtractor.Cli.Tests.csproj'
poolName: MSSecurity-1ES-Build-Agents-Pool
poolImage: MSSecurity-1ES-Windows-2022
Expand Down

0 comments on commit 023edc0

Please sign in to comment.