fixup! Try to find dotnet
This commit is contained in:
parent
f5fcb9cfda
commit
479a8c742a
|
@ -12,6 +12,7 @@ on:
|
||||||
env:
|
env:
|
||||||
DOTNET_VERSION: 6.0.405
|
DOTNET_VERSION: 6.0.405
|
||||||
SOLUTION_FILE: src/Sonarr.sln
|
SOLUTION_FILE: src/Sonarr.sln
|
||||||
|
TBD: test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_backend:
|
build_backend:
|
||||||
|
@ -27,7 +28,7 @@ jobs:
|
||||||
- name: Enable Extra Platforms
|
- name: Enable Extra Platforms
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
BUNDLEDVERSIONS=${{TBD}}/dotnet/sdk/${DOTNET_VERSION}/Microsoft.NETCoreSdk.BundledVersions.props
|
BUNDLEDVERSIONS=${{env.TBD}}/dotnet/sdk/${DOTNET_VERSION}/Microsoft.NETCoreSdk.BundledVersions.props
|
||||||
echo $BUNDLEDVERSIONS
|
echo $BUNDLEDVERSIONS
|
||||||
if grep -q freebsd-x64 $BUNDLEDVERSIONS; then
|
if grep -q freebsd-x64 $BUNDLEDVERSIONS; then
|
||||||
echo "Extra platforms already enabled"
|
echo "Extra platforms already enabled"
|
||||||
|
|
Loading…
Reference in New Issue