|
|
@ -65,7 +65,7 @@ runs:
|
|
|
|
shell: pwsh
|
|
|
|
shell: pwsh
|
|
|
|
- run: dotnet pack _actions_docfx/src/docfx -c Release -o ./drop/nuget
|
|
|
|
- run: dotnet pack _actions_docfx/src/docfx -c Release -o ./drop/nuget
|
|
|
|
shell: pwsh
|
|
|
|
shell: pwsh
|
|
|
|
- run: dotnet nuget add source _actions_docfx/drop/nuget -name local-packages
|
|
|
|
- run: dotnet nuget add source _actions_docfx/drop/nuget --name local-packages
|
|
|
|
shell: pwsh
|
|
|
|
shell: pwsh
|
|
|
|
- run: dotnet tool update --global docfx
|
|
|
|
- run: dotnet tool update --global docfx
|
|
|
|
working-directory: _actions_docfx
|
|
|
|
working-directory: _actions_docfx
|
|
|
|