Skip to content

Commit

Permalink
Update publish-csharp-apidocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Nov 18, 2024
1 parent 48a95ef commit 9714be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-csharp-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
dotnet tool update -g docfx
- name: Update PATH
run: |
echo %USERPROFILE%\.dotnet\tools >> "$GITHUB_PATH"
- name: docfx metadata
Add-Content -Value "%USERPROFILE%\.dotnet\tools" -Encoding utf8 -Path $env:GITHUB_PATH
- name: echo PATH
run: |
Write-Host $env:path
# NOTE: We need to restore Microsoft.ML.OnnxRuntime.csproj manually to set IncludeMobileTargets=false
Expand Down

0 comments on commit 9714be5

Please sign in to comment.