Skip to content

Commit

Permalink
Try testing with branch version of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Nov 27, 2023
1 parent 297eb1f commit 883f15c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Pipelines/cli/devskim-cli-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,21 @@ resources:
- repository: templates
type: git
name: SecurityEngineering/OSS-Tools-Pipeline-Templates
ref: refs/tags/v1.0.8
ref: refs/branches/gfs/Net8

stages:
- stage: Test
jobs:
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'dotnet_test_windows'
dotnetVersion: 7.0.x
dotnetVersionLTS: 6.0.x
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
vmImage: 'oss-tools-win2022_1es-managed'
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.Tests/Microsoft.DevSkim.Tests.csproj'
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'dotnet_test_ubuntu'
dotnetVersion: 7.0.x
dotnetVersionLTS: 6.0.x
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
vmImage: 'ubuntu-22.04-image-base'
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.Tests/Microsoft.DevSkim.Tests.csproj'

Expand All @@ -47,7 +45,7 @@ stages:
- template: dotnet-publish-linux-mac-job.yml@templates
parameters:
buildConfiguration: 'Release'
dotnetVersion: '7.0.x'
dotnetVersion: '8.0.x'
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.CLI/Microsoft.DevSkim.CLI.csproj'
projectName: 'DevSkim_CLI'
exePath: 'devskim'
Expand All @@ -56,7 +54,7 @@ stages:
- template: dotnet-publish-win-netcore-job.yml@templates
parameters:
buildConfiguration: 'Release'
dotnetVersion: '7.0.x'
dotnetVersion: '8.0.x'
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.CLI/Microsoft.DevSkim.CLI.csproj'
projectName: 'DevSkim_CLI'
preBuild:
Expand All @@ -65,7 +63,7 @@ stages:
parameters:
jobName: 'pack_lib'
buildConfiguration: 'Release'
dotnetVersion: '7.0.x'
dotnetVersion: '8.0.x'
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim/Microsoft.DevSkim.csproj'
projectName: 'DevSkim_Lib'
preBuild:
Expand All @@ -74,7 +72,7 @@ stages:
parameters:
jobName: 'pack_cli'
buildConfiguration: 'Release'
dotnetVersion: '7.0.x'
dotnetVersion: '8.0.x'
projectPath: 'DevSkim-DotNet/Microsoft.DevSkim.CLI/Microsoft.DevSkim.CLI.csproj'
projectName: 'DevSkim_CLI'
preBuild:
Expand Down

0 comments on commit 883f15c

Please sign in to comment.