We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa95ec commit f7b727dCopy full SHA for f7b727d
.github/workflows/docs.yml
@@ -82,9 +82,11 @@ jobs:
82
-
83
name: '[Prepare]'
84
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
+ run: dotnet build build/CI.sln --configuration=Release
+ -
+ name: '[DogFood]'
88
+ shell: pwsh
89
+ run: dotnet run/build.dll --target=BuildPrepare
90
91
name: 'Upload gitversion tool'
92
uses: actions/upload-artifact@v3
0 commit comments