MarkdownSnippets
This commit is contained in:
Родитель
fd05708090
Коммит
f212e95bdd
|
@ -8,7 +8,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Run MarkdownSnippets
|
||||
run: |
|
||||
dotnet tool install --global MarkdownSnippets.Tool --version 20.0.0-beta.4
|
||||
dotnet tool install --global MarkdownSnippets.Tool
|
||||
mdsnippets ${GITHUB_WORKSPACE}
|
||||
shell: bash
|
||||
- name: Push changes
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||
<PackageReference Include="MarkdownSnippets.MsBuild" Version="20.0.0-beta.4" />
|
||||
<PackageReference Include="MarkdownSnippets.MsBuild" Version="20.0.0" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче