Update action.yml

master v1.1
Vitaly Mikhailov 4 years ago committed by GitHub
parent 67cce21019
commit 782f5251c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ runs:
- name: Generating Newtonsoft.Json xref maps
run: >-
if (-Not Test-Path -Path '${{inputs.sandcastlexrefgenerator-directory}}') { Return };
if (-Not (Test-Path -Path '${{inputs.sandcastlexrefgenerator-directory}}')) { Return };
dotnet run -p ${{inputs.sandcastlexrefgenerator-directory}} -- `
Newtonsoft.Json ${{inputs.newtonsoftjson-version}} netstandard2.0 `
https://www.newtonsoft.com/json/help/html/ `

Loading…
Cancel
Save