GithubHelp home page GithubHelp logo

cake-contrib / cake.azuredevops Goto Github PK

View Code? Open in Web Editor NEW
11.0 5.0 10.0 2.56 MB

Cake Addin for working with Azure DevOps

Home Page: https://cake-contrib.github.io/Cake.AzureDevOps

License: MIT License

PowerShell 0.39% Shell 0.26% C# 99.36%
cake-build cake-addin azure-devops tfs team-foundation-server azure-devops-server hacktoberfest

cake.azuredevops's Introduction

Azure DevOps support for Cake

This addin for Cake allows you to work with Azure DevOps.

License

Information

Stable Pre-release
GitHub Release - GitHub release
NuGet NuGet NuGet

Build & Test Status

Type CI Server Runner Operating System Develop Master
Build & Unit Tests AppVeyor N/A Windows Server 2019 Build status Build status
Build & Unit Tests Azure DevOps N/A Windows Server 2022 Build Status Build Status
Build & Unit Tests Azure DevOps N/A macOS 11 Build Status Build Status
Build & Unit Tests Azure DevOps N/A Ubuntu 20.04 Build Status Build Status
Integration Tests Azure DevOps Cake Frosting on .NET 6.0 Windows Server 2022 Build Status Build Status
Integration Tests Azure DevOps Cake Frosting on .NET 7.0 Windows Server 2022 Build Status Build Status
Integration Tests Azure DevOps Cake Scripting on .NET 6.0 Windows Server 2022 Build Status Build Status
Integration Tests Azure DevOps Cake Scripting on .NET 7.0 Windows Server 2022 Build Status Build Status
Integration Tests Azure DevOps Cake Frosting on .NET 6.0 macOS 11 Build Status Build Status
Integration Tests Azure DevOps Cake Frosting on .NET 7.0 macOS 11 Build Status Build Status
Integration Tests Azure DevOps Cake Scripting on .NET 6.0 macOS 11 Build Status Build Status
Integration Tests Azure DevOps Cake Scripting on .NET 7.0 macOS 11 Build Status Build Status
Integration Tests Azure DevOps Cake Frosting on .NET 6.0 Ubuntu 20.04 Build Status Build Status
Integration Tests Azure DevOps Cake Frosting on .NET 7.0 Ubuntu 20.04 Build Status Build Status
Integration Tests Azure DevOps Cake Scripting on .NET 6.0 Ubuntu 20.04 Build Status Build Status
Integration Tests Azure DevOps Cake Scripting on .NET 7.0 Ubuntu 20.04 Build Status Build Status

Demos

Click on the build server and repository links to see the build definition or source code and try out the addin yourself.

Build Server Repository
Azure Pipelines Azure Repos Build Status

Code Coverage

Coverage Status

Quick Links

Discussion

For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.

Join in the discussion on the Cake repository

Contributing

Contributions are welcome. See Contribution Guidelines.

cake.azuredevops's People

Contributors

alea81 avatar augustoproiete avatar christianbumann avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar gep13 avatar jokay avatar pascalberger avatar renovate[bot] avatar twenzel avatar yansklyarenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cake.azuredevops's Issues

Recommended changes resulting from automated audit

We performed an automated audit of your Cake addin and found that it does not follow all the best practices.

We encourage you to make the following modifications:

  • Your addin should target netstandard2.0 at a minimum. Optionally, your addin can also multi-target net46.
  • The nuget package for your addin should use the cake-contrib icon. Specifically, your addin's .csproj should have a line like this: <PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>.

Apologies if this is already being worked on, or if there are existing open issues, this issue was created based on what is currently published for this package on NuGet.

This issue was created by a tool: Cake.AddinDiscoverer version 3.12.1

Rename to Cake.AzureDevOps

Addin should be renamed to Cake.AzureDevOps since both TFS and Visual Studio Team Services are renamed in the meantime.
Should rename NuGet package, assembly name and name of classes and aliases.

Missing assembly Microsoft.TeamFoundation.SourceControl.WebApi

As I described in: cake-contrib/Cake.Issues.PullRequests.AzureDevOps#111

When running ReportIssuesToPullRequest on macOS the assembly Microsoft.TeamFoundation.SourceControl.WebApi is missing, getting the error:

Error: One or more errors occurred.
	Could not load type of field 'Cake.Tfs.PullRequest.TfsPullRequest:pullRequest' (5) due to: Could not load file or assembly 'Microsoft.TeamFoundation.SourceControl.WebApi, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

I have ensured that I have Cake.Tfs as an Addin:

#addin nuget:?package=Cake.Tfs&version=0.3.0
#addin nuget:?package=Cake.Issues&version=0.7.0
#addin nuget:?package=Cake.Issues.MsBuild&version=0.7.0
#addin nuget:?package=Cake.Issues.Reporting&version=0.7.0
#addin nuget:?package=Cake.Issues.Reporting.Generic&version=0.7.1
#addin nuget:?package=Cake.Issues.PullRequests&version=0.7.0
#addin nuget:?package=Cake.Issues.PullRequests.Tfs&version=0.7.1
#tool nuget:?package=MSBuild.Extension.Pack&version=1.9.1

I am running mono 5.18.x.

Not sure where this assembly comes from in the first place. But I would assume it is somehow bundled with Visual Studio on Windows. While on macOS it is simply not there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.