All Projects → onlyutkarsh → AppVeyorExtension

onlyutkarsh / AppVeyorExtension

Licence: other
AppVeyor extension for Visual Studio

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to AppVeyorExtension

Sakura
SAKURA Editor (Japanese text editor for MS Windows)
Stars: ✭ 689 (+4493.33%)
Mutual labels:  visual-studio, appveyor
Ci helloworld
A simple example of how to setup a complete CI environment for C and C++
Stars: ✭ 357 (+2280%)
Mutual labels:  visual-studio, appveyor
Visual-Studio
A Discord Rich Presence extension for both Visual Studio 2017 and 2019.
Stars: ✭ 80 (+433.33%)
Mutual labels:  visual-studio, extension
Axocover
Nice and free .Net code coverage support for Visual Studio with OpenCover.
Stars: ✭ 237 (+1480%)
Mutual labels:  visual-studio, extension
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (+680%)
Mutual labels:  visual-studio, extension
Vs Freemarker
FreeMarker language colorization extension for Visual Studio Code
Stars: ✭ 17 (+13.33%)
Mutual labels:  visual-studio, extension
VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (+73.33%)
Mutual labels:  visual-studio, extension
Graphical Debugging
GraphicalDebugging extension for Visual Studio
Stars: ✭ 88 (+486.67%)
Mutual labels:  visual-studio, extension
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (+1026.67%)
Mutual labels:  visual-studio, extension
ci playground
Playground for Cloud CI development for C++
Stars: ✭ 23 (+53.33%)
Mutual labels:  visual-studio, appveyor
mw-discord
📝 MediaWiki extension that sends notifications to Discord, used on https://runescape.wiki.
Stars: ✭ 16 (+6.67%)
Mutual labels:  extension
AndroidSDKSearchExtension-Firefox
A Firefox port of the Chrome extension that adds an 'ad' Awesome Bar command and view source links for the Android SDK.
Stars: ✭ 19 (+26.67%)
Mutual labels:  extension
Userscript
Userscripts collection written by me
Stars: ✭ 92 (+513.33%)
Mutual labels:  extension
FlaxSamples
Collection of example projects for Flax Engine
Stars: ✭ 50 (+233.33%)
Mutual labels:  visual-studio
MonoGame.Forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 183 (+1120%)
Mutual labels:  visual-studio
CSEDevOps
Azure DevOps extensions from CSE DevOps team
Stars: ✭ 18 (+20%)
Mutual labels:  extension
pcre2-win-build
pcre2 Windows build with Visual Studio.
Stars: ✭ 16 (+6.67%)
Mutual labels:  visual-studio
XLShredLoader
A collection of mods for Skater XL that use the Unity Mod Manager (reworked from the XLShredMenu mod)
Stars: ✭ 33 (+120%)
Mutual labels:  visual-studio
XPathTools
A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
Stars: ✭ 40 (+166.67%)
Mutual labels:  visual-studio
x265
Unofficial X265 with added custom native Visual Studio project build tools. X265: x265 is an open-source project and free application library for encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format.
Stars: ✭ 23 (+53.33%)
Mutual labels:  visual-studio

Introduction

AppVeyor is a well known cloud build server, which integrates with many source controls like VSO (Visual Studio Online), GitHub, BitBucket etc. Like many others do, we love Appveyor. However, most of the time we spend our time in Visual Studio and interacting with Appveyor was not possible from within Visual Studio. So we decided to build an extension!

Download from VS Marketplace.

Note

  • The extension is developed in Visual Studio 2013 using VS2013 SDK.
  • We use PostSharp to handle exceptions in our extension. If you do not have license, please remove [HandleException] attribute from the methods.

Defects/ Issues?

Please raise a issue and we will try our best to address and fix the issue. Alternatively you can contribute the fix send the pull request :-)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].