Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit e67a1d7

Browse files
Cake does not like [ for some reason
1 parent c069254 commit e67a1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nuget.cake‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Task("PrepareWorkingDirectory")
404404
GetFiles($"{workingPath}/*/*.json") +
405405
GetFiles($"{workingPath}/*/*/*.nupkg") +
406406
GetFiles($"{workingPath}/*/*/.signature.p7s") +
407-
GetFiles($"{workingPath}/*/*/[Content_Types].xml");
407+
GetFiles($"{workingPath}/*/*/*Content_Types*.xml");
408408
foreach (var junk in junkFiles) {
409409
DeleteFile(junk);
410410
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /