Skip to content

Commit a10042c

Browse files
updated for multi framework targeting
1 parent 2129489 commit a10042c

5 files changed

Lines changed: 321 additions & 152 deletions

File tree

.github/workflows/pack_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
dotnet nuget push "artifacts/*.nupkg" \
8484
--api-key "${{ secrets.NUGET_API_KEY }}" \
8585
--source "${{ env.NUGET_SOURCE }}" \
86-
--skip-duplicate
86+
--skip-duplicate

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
- name: Cleanup Individual Artifacts
105105
uses: geekyeggo/delete-artifact@v5
106106
with:
107-
name: test-results-*
107+
name: test-results-*

.github/workflows/set_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ jobs:
242242
echo "simple=${{ steps.ensure.outputs.simple }}" >> $GITHUB_OUTPUT
243243
echo "pre=${{ steps.ensure.outputs.pre }}" >> $GITHUB_OUTPUT
244244
echo "nuget=${{ steps.ensure.outputs.nuget }}" >> $GITHUB_OUTPUT
245-
echo "tag=${{ steps.ensure.outputs.tag }}" >> $GITHUB_OUTPUT
245+
echo "tag=${{ steps.ensure.outputs.tag }}" >> $GITHUB_OUTPUT

.github/workflows/test_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
- name: Echo report links
7878
run: |
7979
echo "Check Run (API): ${{ steps.report.outputs.url }}"
80-
echo "Check Run (HTML): ${{ steps.report.outputs.url_html }}"
80+
echo "Check Run (HTML): ${{ steps.report.outputs.url_html }}"

0 commit comments

Comments
 (0)