03/10 Last Update

This commit is contained in:
悠静萝莉
2021-03-10 20:09:38 +08:00
parent 860776fa55
commit b3142cc6ad
2 changed files with 3 additions and 32 deletions

View File

@@ -1,30 +0,0 @@
name: BuildPackages
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
uses: brandedoutcast/publish-nuget@v2.5.2
with:
PROJECT_FILE_PATH: AuroraNative/AuroraNative.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

View File

@@ -10,8 +10,8 @@
<RepositoryType>git repo</RepositoryType>
<PackageTags>SDK AuroraNative Navite mikuhl go-cqhttp</PackageTags>
<Copyright>悠静萝莉 Copyright©2021</Copyright>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>个人签名密码默认a.pfx</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>悠静萝莉的签名.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AssemblyVersion>0.0.1.0227</AssemblyVersion>
@@ -20,6 +20,7 @@
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
<AssemblyName>AuroraNative</AssemblyName>
<RootNamespace>AuroraNative</RootNamespace>
<Version>0.1.0-alpha</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">