Skip to content

Commit

Permalink
pipeline-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cbardini committed Oct 13, 2023
1 parent ba57c68 commit a145e26
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
* @osisoft/product-readiness-guild
* @AVEVA/product-readiness-guild
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version History

## 1.3.5 / 2023-10-13

- Migrate Pipelines

## 1.3.4 / 2022-08-17

- Automate dependabot approval and automerge
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sequential Data Store .NET REST API Sample

**Version:** 1.3.4
**Version:** 1.3.5

[![Build Status](https://dev.azure.com/osieng/engineering/_apis/build/status/product-readiness/ADH/aveva.sample-adh-waveform_rest_api-dotnet?branchName=main)](https://dev.azure.com/osieng/engineering/_build/latest?definitionId=3093&branchName=main)

Expand Down
9 changes: 4 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ resources:
repositories:
- repository: OpsGuildAutomationRepo
type: git
name: Engineering/OpsGuild.Automation
name: DevOps/opsguild.automation
ref: refs/heads/main
- repository: templates
type: github
name: osisoft/OSI-Samples
endpoint: osisoft/OSI-Samples
name: AVEVA/AVEVA-Samples
endpoint: AVEVA

variables:
- template: '/miscellaneous/build_templates/variables.yml@templates'
- name: analysisProject
value: SDS_DotNet_REST

parameters:
- name: pool
default: 00-OSIManaged-Containers
default: DevOps Managed Containers Build
- name: containerDemands
type: object
default: ['Agent.OS -equals $(agentOS)']
Expand Down

0 comments on commit a145e26

Please sign in to comment.