slnf and dll
This commit is contained in:
parent
602d263902
commit
890f458b26
4
.github/workflows/build-debug.yml
vendored
4
.github/workflows/build-debug.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
|
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
|
||||||
include-prerelease: ${{ env.DOTNET_INCLUDE_PRERELEASE }}
|
include-prerelease: ${{ env.DOTNET_INCLUDE_PRERELEASE }}
|
||||||
- run: dotnet build -c Debug
|
- run: dotnet build ObservableCollection.WithoutSandbox.slnf -c Debug
|
||||||
- run: dotnet test -c Debug --no-build < /dev/null
|
- run: dotnet test ObservableCollection.WithoutSandbox.slnf -c Debug --no-build < /dev/null
|
||||||
|
|
||||||
build-unity:
|
build-unity:
|
||||||
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
|
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
"solution": {
|
"solution": {
|
||||||
"path": "ObservableCollections.sln",
|
"path": "ObservableCollections.sln",
|
||||||
"projects": [
|
"projects": [
|
||||||
"src\\ObservableCollections\\ObservableCollections.csproj"
|
"src\\ObservableCollections\\ObservableCollections.csproj",
|
||||||
|
"tests\\ObservableCollections.Tests\\ObservableCollections.Tests.csproj",
|
||||||
|
"tools\\PostBuildUtility\\PostBuildUtility.csproj"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Binary file not shown.
BIN
src/ObservableCollections.Unity/Assets/Plugins/System.Memory.dll
Normal file
BIN
src/ObservableCollections.Unity/Assets/Plugins/System.Memory.dll
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user