File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
22
33on :
44 push :
5- branches : [ "main", "action/publish" ]
5+ branches : [ "main" ]
66 pull_request :
77 branches : [ "main" ]
88 workflow_dispatch :
@@ -14,12 +14,12 @@ jobs:
1414 - name : Checkout
15151616 - name : Unit Test
17- run : dotnet test tests /UnitTest
17+ run : dotnet test test /UnitTest
1818
1919 ubuntu :
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23232424 - name : Unit Test
25- run : dotnet test tests /UnitTest
25+ run : dotnet test test /UnitTest
Original file line number Diff line number Diff line change 44 <TargetFramework >net6.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
7- <Version >0 .0.1 </Version >
7+ <Version >1 .0.0-beta1 </Version >
88 <Authors >IRIHI Technology Co., Ltd.</Authors >
99 <Description >Roughjs for .NET</Description >
1010 <RepositoryUrl >https://github.com/irihitech/Irihi.Rough.NET</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments