Skip to content

Commit

Permalink
Updating CODEOWNERS ad fixing build (#383)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

* Fixing os name for tests to pass
  • Loading branch information
tarunramsinghani authored Jan 17, 2025
1 parent 92f407b commit f717982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global rule:
* @microsoft/akvelon-build-task-team @microsoft/azure-pipelines-platform
* @microsoft/azure-pipelines-tasks-and-agent @microsoft/azure-pipelines-platform
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
type: object
default:
windows: 'abtt-windows-2022'
ubuntu: 'abtt-ubuntu-2204'
linux: 'abtt-ubuntu-2204'
- name: publishToNpm
displayName: Publish to npm
type: boolean
Expand Down Expand Up @@ -128,4 +128,4 @@ extends:
env:
GH_TOKEN: $(githubToken)
branch: $(Build.SourceBranchName)
displayName: Create Release
displayName: Create Release

0 comments on commit f717982

Please sign in to comment.