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