generated from Stick_Mods/stick.plugins.tmpl
Compare commits
1 Commits
v1.0.0-ci-
...
v1.0.0-ci-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3f48b9fde |
@@ -19,22 +19,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 8.0.x
|
||||||
|
|
||||||
# 华为云和腾讯云的 NuGet 镜像配置
|
|
||||||
- name: Configure NuGet mirror
|
|
||||||
run: |
|
|
||||||
cat > nuget.config << 'EOF'
|
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<clear />
|
|
||||||
<add key="huawei-mirror" value="https://repo.huaweicloud.com/repository/nuget/v3/index.json" />
|
|
||||||
<add key="tencent" value="https://mirrors.cloud.tencent.com/nuget/" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
||||||
EOF
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
env:
|
||||||
|
DOTNET_RESTORE_SOURCES: "https://repo.huaweicloud.com/repository/nuget/v3/index.json"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore --configuration Release
|
run: dotnet build --no-restore --configuration Release
|
||||||
|
|||||||
Reference in New Issue
Block a user