---
title: "Automating your Visual Studio extension builds with GitHub Actions"
url: https://daily.dev/posts/automating-your-visual-studio-extension-builds-with-github-actions-rfxqqqazu
source_url: https://devblogs.microsoft.com/visualstudio/automating-your-visual-studio-extension-builds-with-github-actions
type: article
source: "Visual Studio Blog"
published: 2026-06-29T14:06:18.182Z
updated: 2026-06-29T14:06:37.470Z
tags: ["cicd", "github-actions"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Automating your Visual Studio extension builds with GitHub Actions

**[Visual Studio Blog](https://daily.dev/sources/vs)** · 4 min read · 0 upvotes · 0 comments

## Summary

A practical guide to automating Visual Studio extension builds and publishing using GitHub Actions. Covers three reusable custom actions: vsix-version-stamp for automatic versioning, publish-vsixgallery for sharing CI builds, and publish-marketplace for official releases to the Visual Studio Marketplace. Includes a complete workflow YAML example and guidance on mixing and matching the actions depending on your pipeline needs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/visualstudio/automating-your-visual-studio-extension-builds-with-github-actions>

## Similar posts on daily.dev

- [Automating NuGet Package Publishing with GitHub Actions](https://daily.dev/posts/automating-nuget-package-publishing-with-github-actions-e55vax7in) · We Are .NET · 0 upvotes · 0 comments

---

Tags: [#cicd](https://daily.dev/tags/cicd), [#github-actions](https://daily.dev/tags/github-actions)

[View this post on daily.dev](https://daily.dev/posts/automating-your-visual-studio-extension-builds-with-github-actions-rfxqqqazu)
