[FA-11] Hopefully resolves build issues, although I don't know why the build_gateway was necessarily failing in build.yml and trying to access Debug bins
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
run: dotnet restore FictionArchive.sln
|
||||
|
||||
- name: Build solution
|
||||
run: dotnet build FictionArchive.sln --configuration Release --no-restore
|
||||
run: dotnet build FictionArchive.sln --configuration Release --no-restore /p:SkipFusionBuild=true
|
||||
|
||||
- name: Run tests
|
||||
run: dotnet test FictionArchive.sln --configuration Release --no-build --verbosity normal
|
||||
|
||||
Reference in New Issue
Block a user