master
Vitalii Mikhailov 2 years ago
parent e8acbcc412
commit a51611b144
No known key found for this signature in database
GPG Key ID: 954DDABC3A87570A

@ -55,7 +55,11 @@ runs:
node-version: 16
- run: npm install
working-directory: templates
shell: pwsh
- run: npm run build
working-directory: templates
shell: pwsh
- run: dotnet pack src/docfx -c Release -o ./drop/nuget
shell: pwsh
- run: dotnet tool update --global docfx
shell: pwsh

Loading…
Cancel
Save