Commit 7ddbd0b 1 parent 4e6f93f commit 7ddbd0b Copy full SHA for 7ddbd0b
File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 14
14
" docfx"
15
15
]
16
16
},
17
- "dotnet-validate" : {
18
- "version" : " 0.0.1-preview.304" ,
19
- "commands" : [
20
- " dotnet-validate"
21
- ]
22
- },
23
17
"markdownsnippets.tool" : {
24
18
"version" : " 27.0.2" ,
25
19
"commands" : [
Original file line number Diff line number Diff line change 34
34
outputs :
35
35
dotnet-sdk-version : ${{ steps.setup-dotnet.outputs.dotnet-version }}
36
36
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
38
38
package-names : ${{ steps.build.outputs.package-names }}
39
39
package-version : ${{ steps.build.outputs.package-version }}
40
40
You can’t perform that action at this time.
0 commit comments