Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Poliakov committed May 3, 2024
1 parent 493dffa commit 3e8194b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion evergreen/build-apidocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Configure dotnet cli to use local manifest"
dotnet new tool-manifest --force

echo "Installing docfx tool"
dotnet tool install docfx --version "2.72.1" --local --verbosity q
dotnet tool install docfx --version "2.76.0" --local --verbosity q

echo "Building the api-docs"
dotnet tool run docfx metadata ./apidocs/docfx.json --property ProduceReferenceAssembly=true
Expand Down
4 changes: 4 additions & 0 deletions evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ buildvariants:
tasks:
- name: pack-packages
git_tag_only: true
priority: 10

- matrix_name: test-packages
matrix_spec:
Expand All @@ -512,6 +513,7 @@ buildvariants:
tasks:
- name: packages-tests
git_tag_only: true
priority: 10
depends_on:
- name: pack-packages
variant: .pack-packages
Expand All @@ -525,6 +527,7 @@ buildvariants:
tasks:
- name: generate-apidocs
git_tag_only: true
priority: 10
depends_on:
- name: packages-tests
variant: .package-tests
Expand All @@ -538,6 +541,7 @@ buildvariants:
tasks:
- name: push-packages
git_tag_only: true
priority: 10
depends_on:
- name: pack-packages
variant: .pack-packages
Expand Down

0 comments on commit 3e8194b

Please sign in to comment.