Building backend
This commit is contained in:
parent
951e9c4d01
commit
affa8bd7ed
|
@ -22,8 +22,6 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{env.DOTNET_VERSION}}
|
dotnet-version: ${{env.DOTNET_VERSION}}
|
||||||
- name: .net contents
|
|
||||||
run : dir "${{env.DOTNET_ROOT}}"
|
|
||||||
- name: Enable Extra Platforms
|
- name: Enable Extra Platforms
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -36,4 +34,5 @@ jobs:
|
||||||
sed -i.ORI 's/osx-x64/osx-x64;freebsd-x64;linux-x86/' "$BUNDLEDVERSIONS"
|
sed -i.ORI 's/osx-x64/osx-x64;freebsd-x64;linux-x86/' "$BUNDLEDVERSIONS"
|
||||||
fi
|
fi
|
||||||
- name: Build Backend
|
- name: Build Backend
|
||||||
|
shell: bash
|
||||||
run: ./build.sh --backend --enable-extra-platforms --packages
|
run: ./build.sh --backend --enable-extra-platforms --packages
|
||||||
|
|
Loading…
Reference in New Issue