master
Vitalii Mikhailov 2 years ago committed by GitHub
parent 757ed50ec0
commit e2705d29b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,6 +54,8 @@ runs:
with:
node-version: 16
- run: npm install
working-directory: templates
- run: npm run build
- run: dotnet pack -c Release /p:Version=2.60.0 -o ./drop/nuget
- run: dotnet tool install -g --add-source ./drop/nuget docfx
working-directory: templates
- run: dotnet pack src/docfx -c Release -o ./drop/nuget
- run: dotnet tool update --global docfx

@ -1 +1 @@
Subproject commit 6840f0089679bd3db16fc2d3679f0477805d3831
Subproject commit 8b6a96ebd3ff359cf22c3880d029cddb149407ea
Loading…
Cancel
Save