Skip to content

Commit

Permalink
Merge pull request #3049 from icsharpcode/recursive-patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer authored Aug 5, 2023
2 parents 7b58f79 + 97b6a2f commit 25ed4b1
Show file tree
Hide file tree
Showing 21 changed files with 1,422 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ilspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
msbuild ILSpy.Installer.sln /t:Restore /p:Configuration="Release" /p:Platform="Any CPU"
msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU"
msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" /p:DefineConstants="ARM64"
msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" /p:PlatformForInstaller="ARM64"
- name: Build VS Extensions (for 2017-2019 and 2022)
if: matrix.configuration == 'release'
Expand Down
Loading

0 comments on commit 25ed4b1

Please sign in to comment.