mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-08 18:55:35 +08:00
Merge pull request #315 from denglihong2007/dev
chore: 修复自动编译 [skip cliff]
This commit is contained in:
4
.github/workflows/pr-build-check.yml
vendored
4
.github/workflows/pr-build-check.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
dotnet nuget add source --username denglihong2007 --password $env:GHPKG_KEY --store-password-in-clear-text --name github "https://nuget.pkg.github.com/denglihong2007/index.json"
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore CRSim.sln
|
||||
run: dotnet restore CRSim.slnx
|
||||
|
||||
- name: Build
|
||||
run: dotnet build CRSim.sln --configuration Release --no-restore
|
||||
run: dotnet build CRSim.slnx --configuration Release --no-restore
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
dotnet restore CRSim.sln
|
||||
dotnet restore CRSim.slnx
|
||||
dotnet publish -c Release -p:PublishProfile=win-x64.pubxml -o out
|
||||
|
||||
- name: Create Zip Package
|
||||
|
||||
Reference in New Issue
Block a user