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 085bbb6 commit 0d391bb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- 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: Setup .NET
uses: actions/setup-dotnet@v4
Expand All @@ -25,6 +19,8 @@ jobs:
5.0.x
6.0.x
8.0.x
9.0.x
- name: Build with dotnet
run: dotnet build --configuration Release

Expand Down

0 comments on commit 0d391bb

Please sign in to comment.