We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baa79b commit 253aaedCopy full SHA for 253aaed
1 file changed
.github/workflows/build.yml
@@ -211,6 +211,12 @@ jobs:
211
steps:
212
- name: 'Checkout ${{ github.head_ref || github.ref }}'
213
uses: actions/checkout@v4
214
+ - name: 'testing variables'
215
+ shell: bash
216
+ run: |
217
+ echo "friendly-version: ${{ env.friendly-version }}"
218
+ echo "is-release: ${{ env.is-release }}"
219
+ echo "is-preview: ${{ env.is-preview }}"
220
- name: 'Generate assembly metadata'
221
uses: ./.github/actions/docfx-metadata
222
with:
0 commit comments