Skip to content

Commit f7b727d

Browse files
committed
updated the list of distros, removed the end of support
1 parent ffa95ec commit f7b727d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ jobs:
8282
-
8383
name: '[Prepare]'
8484
if: steps.cache-cake.outputs.cache-hit != 'true'
85-
run: |
86-
dotnet build build/CI.sln --configuration=Release
87-
dotnet run/build.dll --target=BuildPrepare
85+
run: dotnet build build/CI.sln --configuration=Release
86+
-
87+
name: '[DogFood]'
88+
shell: pwsh
89+
run: dotnet run/build.dll --target=BuildPrepare
8890
-
8991
name: 'Upload gitversion tool'
9092
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)