Skip to content

Commit

Permalink
Make pipeline true no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Nov 6, 2024
1 parent a7a0aa0 commit 9187b73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
22 changes: 8 additions & 14 deletions Pipelines/asa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ resources:
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release

variables:
BuildConfiguration: 'Release'
DotnetVersion: '8.0.x'
DotnetTargetFramework: 'net8.0'

extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
parameters:
sdl:
sourceRepositoriesToScan:
exclude:
- repository: 1esPipelines
- repository: templates
pool:
name: MSSecurity-1ES-Build-Agents-Pool
image: MSSecurity-1ES-Windows-2022
Expand All @@ -29,11 +29,5 @@ extends:
- stage: Test
dependsOn: []
jobs:
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
poolName: MSSecurity-1ES-Build-Agents-Pool
poolImage: MSSecurity-1ES-Windows-2022
poolOs: windows
projectPath: 'Tests/Tests.csproj'
steps:
- script: echo Placeholder
12 changes: 3 additions & 9 deletions Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
DotnetTargetFramework: 'net8.0'

extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
parameters:
pool:
name: MSSecurity-1ES-Build-Agents-Pool
Expand All @@ -32,11 +32,5 @@ extends:
- stage: Test
dependsOn: []
jobs:
- template: dotnet-test-job.yml@templates
parameters:
jobName: 'dotnet_test_windows'
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
poolName: MSSecurity-1ES-Build-Agents-Pool
poolImage: MSSecurity-1ES-Windows-2022
poolOs: windows
projectPath: 'Tests/Tests.csproj'
steps:
- script: echo Placeholder

0 comments on commit 9187b73

Please sign in to comment.