Merge pull request #35 from actions/js.fix-azure-bootstrapping
Commit Yaml pipeline files during Azure bootstrap
This commit is contained in:
@@ -92,7 +92,7 @@ def create_repository(options)
|
|||||||
}],
|
}],
|
||||||
commits: [{
|
commits: [{
|
||||||
comment: "Initial commit.",
|
comment: "Initial commit.",
|
||||||
changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln}")].reject {|f| File.directory?(f) }.map do |entry|
|
changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln,yml}")].reject {|f| File.directory?(f) }.map do |entry|
|
||||||
{
|
{
|
||||||
changeType: "add",
|
changeType: "add",
|
||||||
item: {
|
item: {
|
||||||
|
|||||||
Reference in New Issue
Block a user