Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline-migration #66

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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