Allow .deb to build while in .NET preview

This commit is contained in:
Jordan Dominion
2023-07-27 01:14:33 -04:00
parent c5bcb02836
commit 57c8eebda9
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -935,6 +935,7 @@ jobs:
rm private.pgp
- name: Install dotnet-sdk system package
if: "!contains(env.TGS_DOTNET_QUALITY, 'preview')"
run: |
sudo apt-get update
sudo apt-get install -y dotnet-sdk-${{ env.TGS_DOTNET_VERSION }}.0