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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user