Skip to content

Commit 7ddbd0b

Browse files
Fix broken CI
Remove dotnet-validate from .NET tools manifest to avoid build failure on macOS.
1 parent 4e6f93f commit 7ddbd0b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.config/dotnet-tools.json

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"docfx"
1515
]
1616
},
17-
"dotnet-validate": {
18-
"version": "0.0.1-preview.304",
19-
"commands": [
20-
"dotnet-validate"
21-
]
22-
},
2317
"markdownsnippets.tool": {
2418
"version": "27.0.2",
2519
"commands": [

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
outputs:
3535
dotnet-sdk-version: ${{ steps.setup-dotnet.outputs.dotnet-version }}
3636
dotnet-sign-version: ${{ steps.get-dotnet-tools-versions.outputs.dotnet-sign-version }}
37-
dotnet-validate-version: ${{ steps.get-dotnet-tools-versions.outputs.dotnet-validate-version }}
37+
dotnet-validate-version: '0.0.1-preview.304' # HACK Hardcoded until https://github.com/dotnet/sdk/issues/46857 resolved
3838
package-names: ${{ steps.build.outputs.package-names }}
3939
package-version: ${{ steps.build.outputs.package-version }}
4040

0 commit comments

Comments
 (0)