mirror of
https://github.com/timi137137/AuroraNative.git
synced 2025-09-15 04:34:32 +00:00
03/10 Last Update
This commit is contained in:
30
.github/workflows/BuildPackages.yml
vendored
30
.github/workflows/BuildPackages.yml
vendored
@@ -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}}
|
@@ -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'">
|
||||
|
Reference in New Issue
Block a user