Skip to content

Commit

Permalink
pipeline-migration (#15)
Browse files Browse the repository at this point in the history
* pipeline-migration

* Update README.md
  • Loading branch information
cbardini authored Feb 2, 2024
1 parent ff4c640 commit 373fc6d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 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
38 changes: 21 additions & 17 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Version History

## 1.0.3 / 2023-12-11

- Change sample name from Streaming Updates to Change Broker

## 1.0.2 / 2023-11-27

- Update sample to include paging

## 1.0.1 / 2023-11-7

- Revise sample for API changes

## 1.0.0 / 2023-10-2

- Initial release
# Version History

## 1.0.4 / 2024-2-2

- Migrate Pipelines

## 1.0.3 / 2023-12-11

- Change sample name from Streaming Updates to Change Broker

## 1.0.2 / 2023-11-27

- Update sample to include paging

## 1.0.1 / 2023-11-7

- Revise sample for API changes

## 1.0.0 / 2023-10-2

- Initial release
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![Build Status](https://dev.azure.com/osieng/engineering/_apis/build/status%2Fproduct-readiness%2FADH%2Fosisoft.sample-adh-streaming-updates_rest_api-dotnet?repoName=osisoft%2Fsample-adh-streaming-updates_rest_api-dotnet&branchName=main)](https://dev.azure.com/osieng/engineering/_build/latest?definitionId=5624&repoName=osisoft%2Fsample-adh-streaming-updates_rest_api-dotnet&branchName=main)

## Version 1.0.3
## Version 1.0.4

Developed against DotNet 6.0

## Requirements
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: sample-adh-change_broker_rest_api-dotnet

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 373fc6d

Please sign in to comment.