Skip to content

Commit

Permalink
测试命令执行
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 18, 2024
1 parent a2776ae commit f954122
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: .NET Build

on: [push, pull_request]
on: push

jobs:

Expand All @@ -20,6 +20,11 @@ jobs:
6.0.x
8.0.x
9.0.x
- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion

- name: Set tag to version
run: dotnet TagToVersion -t 1.0.0-alpha11

- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down

0 comments on commit f954122

Please sign in to comment.