Skip to content

Commit

Permalink
Merge branch 'dev' into v1next
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins authored Aug 14, 2023
2 parents c133973 + 9449012 commit 01447cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 01447cb

Please sign in to comment.