Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins authored Aug 22, 2023
1 parent 6e9972d commit bb767c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
fetch-depth: 0
- uses: microsoft/setup-msbuild@v1.1

- name: Ensure dotnet 3.1 is available
shell: powershell
run: |
choco install dotnetcore-3.1-runtime
# GitVersion action doesn't support /ensureassemblyinfo, see https://github.com/GitTools/actions/issues/220
# So we need to create a new file to let GitVersion populate it
- name: Create assembly info file for GitVersion
Expand Down

0 comments on commit bb767c3

Please sign in to comment.