slnf and dll

This commit is contained in:
neuecc 2021-09-02 19:29:04 +09:00
parent 602d263902
commit 890f458b26
5 changed files with 5 additions and 3 deletions

View File

@ -25,8 +25,8 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
include-prerelease: ${{ env.DOTNET_INCLUDE_PRERELEASE }}
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build < /dev/null
- run: dotnet build ObservableCollection.WithoutSandbox.slnf -c Debug
- run: dotnet test ObservableCollection.WithoutSandbox.slnf -c Debug --no-build < /dev/null
build-unity:
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"

View File

@ -2,7 +2,9 @@
"solution": {
"path": "ObservableCollections.sln",
"projects": [
"src\\ObservableCollections\\ObservableCollections.csproj"
"src\\ObservableCollections\\ObservableCollections.csproj",
"tests\\ObservableCollections.Tests\\ObservableCollections.Tests.csproj",
"tools\\PostBuildUtility\\PostBuildUtility.csproj"
]
}
}