diff --git a/.github/workflows/build-debug.yaml b/.github/workflows/build-debug.yaml
index 3dd9970..0422c13 100644
--- a/.github/workflows/build-debug.yaml
+++ b/.github/workflows/build-debug.yaml
@@ -17,8 +17,9 @@ jobs:
steps:
- uses: Cysharp/Actions/.github/actions/checkout@main
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- - run: dotnet build -c Debug
- - run: dotnet test -c Debug
+ - run: dotnet build -c Release
+ - run: dotnet test -c Release
+ - run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -o $GITHUB_WORKSPACE/artifacts
build-unity:
if: ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..f4564dd
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,22 @@
+
+
+
+
+ $(Version)
+ Cysharp
+ Cysharp
+ © Cysharp, Inc.
+ task;async
+ https://github.com/Cysharp/UniTask
+ README.md
+ $(PackageProjectUrl)
+ git
+ MIT
+ Icon.png
+
+
+
+
+
+
+
diff --git a/src/UniTask.NetCore/Icon.png b/Icon.png
similarity index 100%
rename from src/UniTask.NetCore/Icon.png
rename to Icon.png
diff --git a/src/UniTask.NetCore/UniTask.NetCore.csproj b/src/UniTask.NetCore/UniTask.NetCore.csproj
index b794135..12feb32 100644
--- a/src/UniTask.NetCore/UniTask.NetCore.csproj
+++ b/src/UniTask.NetCore/UniTask.NetCore.csproj
@@ -11,26 +11,12 @@
UniTask
- $(Version)
- Cysharp
- Cysharp
- © Cysharp, Inc.
- task;async
Provides an efficient async/await integration to Unity and .NET Core.
- https://github.com/Cysharp/UniTask
- $(PackageProjectUrl)
- git
- MIT
- Icon.png
true
opensource.snk
true
-
-
-
-