Skip to content

Commit

Permalink
test new nuget build
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Apr 1, 2024
1 parent 9d4f30d commit d370053
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
with:
useConfigFile: true

- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion

- name: Set tag to version
run: dotnet TagToVersion -t ${{ github.ref }}

- name: Dotnet - Restore
run: dotnet restore

Expand Down
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="build\Version.props" />
</Project>
5 changes: 5 additions & 0 deletions build/Version.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.5</Version>
</PropertyGroup>
</Project>

0 comments on commit d370053

Please sign in to comment.