Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 12:29:03 -08:00
parent 201c761770
commit 21af3dcd20
1 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,5 @@ jobs:
if grep -qv freebsd-x64 src/Directory.Build.props; then
sed -i'' -e "s^<RuntimeIdentifiers>\(.*\)</RuntimeIdentifiers>^<RuntimeIdentifiers>\1;freebsd-x64;linux-x86</RuntimeIdentifiers>^g" src/Directory.Build.props
fi
- name: Dotnet Version Before Build
run: dotnet --version
- name: Build Backend
run: dotnet msbuild -restore ${{ env.SOLUTION_FILE }} -p:Configuration=Release -p:Platform=Windows -t:PublishAllRids