generated from Stick_Mods/stick.plugins.tmpl
Compare commits
1 Commits
v1.0.0-ci-
...
v1.0.0-ci-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63b0ab1393 |
@@ -21,8 +21,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
# 直接加代理得了
|
||||||
env:
|
env:
|
||||||
DOTNET_RESTORE_SOURCES: "https://repo.huaweicloud.com/repository/nuget/v3/index.json"
|
http_proxy: "http://172.17.0.1:7890"
|
||||||
|
https_proxy: "http://172.17.0.1:7890"
|
||||||
|
no_proxy: "localhost,127.0.0.1,*.lan"
|
||||||
|
|
||||||
- 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