Skip to content

Commit ceb885c

Browse files
committed
Use the official tool again
1 parent f2b2b71 commit ceb885c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rollForward": false
1818
},
1919
"api-tools": {
20-
"version": "1.4.1",
20+
"version": "1.4.2-preview.2",
2121
"commands": [
2222
"api-tools"
2323
],

nuget-diff.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (!nupkgs.Any()) {
4040
.AppendQuoted(nupkg.FullPath)
4141
.Append(version)
4242
.Append("--prerelease")
43-
.Append("--prefer-released")
43+
.Append("--prefer-release")
4444
.Append("--group-ids")
4545
.Append("--ignore-unchanged")
4646
.Append("--compare-nuget-structure")

0 commit comments

Comments
 (0)