generated from Stick_Mods/stick.plugins.tmpl
Compare commits
4 Commits
v1.0.0
...
v1.0.0-ci-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3f48b9fde | ||
|
|
7c203f130a | ||
|
|
3d82f43bfe | ||
| cf2c581716 |
@@ -18,9 +18,11 @@ jobs:
|
|||||||
uses: http://MonBianG.lan:3000/action/setup-dotnet@v4.3.0
|
uses: http://MonBianG.lan:3000/action/setup-dotnet@v4.3.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 8.0.x
|
||||||
|
|
||||||
- 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