Skip to content

Commit

Permalink
ugh... command lines are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Mar 5, 2021
1 parent eacdeee commit 5d10d6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/Json.More/bin/Release/netstandard2.0/Json.More.dll -o semver-report-more.md -c .github/semver_config.json -p Json.More.Net --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/Json.More/bin/Release/netstandard2.0/Json.More.dll -o semver-report-more.md -c .github/semver_config.json -p Json.More.Net --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-more.md ]
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonPatch/bin/Release/netstandard2.0/JsonPatch.dll -o semver-report-patch.md -c .github/semver_config.json -p JsonPatch.Net --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonPatch/bin/Release/netstandard2.0/JsonPatch.dll -o semver-report-patch.md -c .github/semver_config.json -p JsonPatch.Net --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-patch.md ]
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonPath/bin/Release/netstandard2.1/JsonPath.Net.dll -o semver-report-path.md -c .github/semver_config.json --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonPath/bin/Release/netstandard2.1/JsonPath.Net.dll -o semver-report-path.md -c .github/semver_config.json --include-Header --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-path.md ]
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonPointer/bin/Release/netstandard2.0/JsonPointer.Net.dll -o semver-report-pointer.md -c .github/semver_config.json --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonPointer/bin/Release/netstandard2.0/JsonPointer.Net.dll -o semver-report-pointer.md -c .github/semver_config.json --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-pointer.md ]
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonSchema/bin/Release/netstandard2.0/JsonSchema.Net.dll -o semver-report-schema.md -c .github/semver_config.json --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonSchema/bin/Release/netstandard2.0/JsonSchema.Net.dll -o semver-report-schema.md -c .github/semver_config.json --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-schema.md ]
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonSchema.Generation/bin/Release/netstandard2.0/JsonSchema.Net.Generation.dll -o semver-report-schema-gen.md -c .github/semver_config.json --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonSchema.Generation/bin/Release/netstandard2.0/JsonSchema.Net.Generation.dll -o semver-report-schema-gen.md -c .github/semver_config.json --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-schema-gen.md ]
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonSchema.Data/bin/Release/netstandard2.0/JsonSchema.Net.Data.dll -o semver-report-schema-data.md -c .github/semver_config.json --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonSchema.Data/bin/Release/netstandard2.0/JsonSchema.Net.Data.dll -o semver-report-schema-data.md -c .github/semver_config.json --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-schema-data.md ]
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
if: github.event_name == 'pull_request'
# multiline comment support details: https://github.community/t/set-output-truncates-multiline-strings/16852/3
run: |
dotnet analyze-semver -a artifacts/DLLs/JsonLogic/bin/Release/netstandard2.1/JsonLogic.dll -o semver-report-logic.md -c .github/semver_config.json --include-Header --omit-disclaimer --assume-changes
dotnet analyze-semver -a artifacts/DLLs/JsonLogic/bin/Release/netstandard2.1/JsonLogic.dll -o semver-report-logic.md -c .github/semver_config.json --include-header true --omit-disclaimer true --assume-changes true
unset HAS_REPORT
unset REPORT
if [ -s semver-report-logic.md ]
Expand Down

0 comments on commit 5d10d6f

Please sign in to comment.