2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Migrate MyGet script to GH actions (#41583)

* Migrate MyGet script to GH actions to automatically build/publish the
Bootstrap NuGet package when a release is created

* Remove `-NoPackageAnalysis` flag

* Use sha-1 for jobs

---------

Co-authored-by: Jesse Mandel <jesse.mandel@jdpa.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
Jesse Mandel
2025-08-21 21:02:49 -07:00
committed by GitHub
parent f50f38b83a
commit 4bd8b6ca95
4 changed files with 33 additions and 19 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>bootstrap</id>
<!-- pulled from package.json -->
<!-- pulled from release tag -->
<version>5</version>
<title>Bootstrap CSS</title>
<authors>The Bootstrap Authors</authors>