Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Dec 11, 2023
1 parent 3fe7b46 commit 92fd8c0
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: false
type: boolean
jobs:
nuget-publish:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -20,11 +20,12 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
- run: dotnet build -c Release
- run: dotnet test -c Release --no-build
- run: dotnet pack -c Release --no-build -o ./publish
- run: rm ./publish/VYaml.Benchmark.*
- run: |
rm ./publish/VYaml.Benchmark.*
- uses: actions/upload-artifact@v3
with:
name: nuget
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>$(Version)</Version>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions VYaml.Unity/Assets/VYaml/Runtime/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92fd8c0

Please sign in to comment.