File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: .NET Core Test and Publish
22
33on :
44 push :
5- branches : [master ]
5+ branches : [v3.7.4.1 ]
66 pull_request :
77
88env :
9494 file : ${{ github.workspace }}/coverage/lcov.info
9595
9696 PublishPackage :
97- if : github.ref == 'refs/heads/master ' && startsWith(github.repository, 'neo-project/')
97+ if : github.ref == 'refs/heads/v3.7.4.1 ' && startsWith(github.repository, 'neo-project/')
9898 needs : Test
9999 runs-on : ubuntu-latest
100100 steps :
@@ -154,7 +154,7 @@ jobs:
154154 --no-service-endpoint;
155155
156156 Release :
157- if : github.ref == 'refs/heads/master ' && startsWith(github.repository, 'neo-project/')
157+ if : github.ref == 'refs/heads/v3.7.4.1 ' && startsWith(github.repository, 'neo-project/')
158158 needs : Test
159159 runs-on : ubuntu-latest
160160 steps :
Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <Copyright >2015-2024 The Neo Project</Copyright >
66 <Company >The Neo Project</Company >
7- <VersionPrefix >3.7.4</VersionPrefix >
7+ <VersionPrefix >3.7.4.1 </VersionPrefix >
88 <Authors >The Neo Project</Authors >
99 <PackageProjectUrl >https://github.com/neo-project/neo-devpack-dotnet</PackageProjectUrl >
1010 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments