Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Updates for Azure Pipelines #810

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Git Credential Manager for Windows
[![Build Status](https://dev.azure.com/ms/Git-Credential-Manager-for-Windows/_apis/build/status/Microsoft.Git-Credential-Manager-for-Windows)](https://dev.azure.com/ms/Git-Credential-Manager-for-Windows/_build/latest?definitionId=9)
[![GitHub Release](https://img.shields.io/github/release/microsoft/git-credential-manager-for-windows.svg?style=flat-square)](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases)
[![Build status](https://img.shields.io/appveyor/ci/whoisj/git-credential-manager-for-windows.svg?style=flat-square)](https://ci.appveyor.com/project/whoisj/git-credential-manager-for-windows/branch/master)
[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/11371.svg?style=flat-square)](https://scan.coverity.com/projects/git-credential-manager-for-windows)
[![GitHub Downloads](https://img.shields.io/github/downloads/Microsoft/Git-Credential-Manager-for-Windows/total.svg?style=flat-square)](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases)

[![@MicrosoftGit on Twitter](https://img.shields.io/twitter/follow/microsoftgit.svg?style=social&label=Follow%20%40microsoftgit)](https://twitter.com/microsoftgit)

* * *
Expand Down
39 changes: 0 additions & 39 deletions appveyor.yml

This file was deleted.

10 changes: 5 additions & 5 deletions devops-tt.yml → azure-pipelines-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
# Learn more at https://docs.microsoft.com/en-us/vsts/pipelines/get-started-yaml?view=vsts&tabs=gitvsts

parameters:
QueueName: ''
PoolName: ''
CoreBuild: []
MicrobuildSetup: []
MicrobuildClean: []
NugetCommand: []
PublishArtifacts: []

phases:
- phase: Build
queue:
name: ${{ parameters.QueueName }}
jobs:
- job: Build
pool:
vmImage: ${{ parameters.PoolName }}
demands:
- msbuild
- visualstudio
Expand Down
6 changes: 3 additions & 3 deletions vsts-pr.yml → azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
# Learn more at https://docs.microsoft.com/en-us/vsts/pipelines/get-started-yaml?view=vsts&tabs=gitvsts
# https://microsoft-git-tools.visualstudio.com/Git-Credential-Manager-for-Windows

phases:
- template: vsts-tt.yml
jobs:
- template: azure-pipelines-common.yml
parameters:
QueueName: 'Hosted VS2017'
PoolName: 'vs2017-win2016'

CoreBuild:
- task: MSBuild@1
Expand Down
6 changes: 3 additions & 3 deletions vsts-rs.yml → azure-pipelines-signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
#
# Learn more at https://docs.microsoft.com/en-us/vsts/pipelines/get-started-yaml?view=vsts&tabs=gitvsts

phases:
- template: vsts-tt.yml
jobs:
- template: azure-pipelines-common.yml
parameters:
QueueName: 'VSEng-MicroBuildVS2017'
PoolName: 'VSEng-MicroBuildVS2017'

CoreBuild:
- task: MSBuild@1
Expand Down
6 changes: 3 additions & 3 deletions vsts-ci.yml → azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
# Learn more at https://docs.microsoft.com/en-us/vsts/pipelines/get-started-yaml?view=vsts&tabs=gitvsts
# https://microsoft-git-tools.visualstudio.com/Git-Credential-Manager-for-Windows

phases:
- template: vsts-tt.yml
jobs:
- template: azure-pipelines-common.yml
parameters:
QueueName: 'Hosted VS2017'
PoolName: 'vs2017-win2016'

CoreBuild:
- task: MSBuild@1
Expand Down
79 changes: 0 additions & 79 deletions devops-ci.yml

This file was deleted.

56 changes: 0 additions & 56 deletions devops-pr.yml

This file was deleted.

91 changes: 0 additions & 91 deletions devops-rs.yml

This file was deleted.

Loading