Skip to content

Commit

Permalink
Merge branch 'master' into KimTisott_master
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jun 8, 2022
2 parents 56c81c0 + b0df662 commit 12243b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: microsoft/setup-msbuild@v1.1
- name: Restore NuGet Packages
run: nuget restore ${{ github.event.repository.name }}.sln
- name: Patch csproj version
uses: justalemon/VersionPatcher@ff473034af090907184812b731fc3bc1a272b308
with:
version: 1.7.0.${{ github.run_number }}
csproj-files: "**/**.csproj"
- name: Compile
working-directory: ${{ env.GITHUB_WORKSPACE }}
run: msbuild -m -p:Configuration=${{ matrix.configuration }} ${{ github.event.repository.name }}.sln
Expand Down

0 comments on commit 12243b3

Please sign in to comment.