Force RT's global.json on SS14 in content test

So that it uses the right .NET SDK version when we update like this.
This commit is contained in:
PJB3005
2025-12-08 00:56:52 +01:00
parent 0414cde339
commit e41165f9dd

View File

@@ -30,6 +30,8 @@ jobs:
git fetch origin ${{ github.sha }}
git checkout FETCH_HEAD
git submodule update --init --recursive
- name: Replace global.json
run: cp RobustToolbox/global.json .
- name: Install dependencies
run: dotnet restore
- name: Build