mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
Update dotnetcore.yml
This commit is contained in:
parent
0d840499dd
commit
de93ae5a27
20
.github/workflows/dotnetcore.yml
vendored
20
.github/workflows/dotnetcore.yml
vendored
|
@ -3,16 +3,16 @@ name: .NET Core
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
#build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v1
|
||||
# - name: Setup .NET Core
|
||||
# uses: actions/setup-dotnet@v1
|
||||
# with:
|
||||
# dotnet-version: 3.1.100
|
||||
# - name: Build with dotnet
|
||||
# run: dotnet build --configuration Release
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.203
|
||||
- name: Build with dotnet
|
||||
run: ./publish-win.sh
|
||||
|
||||
publish:
|
||||
name: build, pack & publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user