Skip to content

Commit

Permalink
Update devskim-cli-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Mar 21, 2024
1 parent 05be2c5 commit 9325368
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Pipelines/cli/devskim-cli-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@ extends:
jobName: 'dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.Tests/Microsoft.DevSkim.Tests.csproj'
# - template: dotnet-test-job.yml@templates
# parameters:
# jobName: 'dotnet_test_ubuntu'
# dotnetVersions: ['6.0.x','7.0.x','8.0.x']
# vmImage: 'MSSecurity-1ES-Ubuntu-2204'
# projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.Tests/Microsoft.DevSkim.Tests.csproj'
pool-name: MSSecurity-1ES-Build-Agents-Pool # Name of your hosted pool
pool-image: MSSecurity-1ES-Windows-2022 # Name of the image in your pool. If not specified, first image of the pool is used
pool-os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'dotnet_test_ubuntu'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
pool-name: MSSecurity-1ES-Build-Agents-Pool # Name of your hosted pool
pool-image: MSSecurity-1ES-Ubuntu-2204 # Name of the image in your pool. If not specified, first image of the pool is used
pool-os: linux # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.Tests/Microsoft.DevSkim.Tests.csproj'
- stage: Build
dependsOn:
- Test
Expand Down

0 comments on commit 9325368

Please sign in to comment.