Skip to content

Commit ca4ef80

Browse files
Our vsix or old-style project files
1 parent 23b94eb commit ca4ef80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ilspy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
- name: Build VS Extensions (for 2017-2019 and 2022)
129129
if: matrix.configuration == 'release' && env.BuildAndPublishVsix == 'true'
130130
run: |
131-
dotnet msbuild ILSpy.VSExtensions.sln /t:Restore /p:Configuration="Release" /p:Platform="Any CPU"
132-
dotnet msbuild ILSpy.VSExtensions.sln /p:Configuration="Release" /p:Platform="Any CPU"
131+
msbuild ILSpy.VSExtensions.sln /t:Restore /p:Configuration="Release" /p:Platform="Any CPU"
132+
msbuild ILSpy.VSExtensions.sln /p:Configuration="Release" /p:Platform="Any CPU"
133133
134134
# https://github.com/actions/upload-artifact
135135
- name: Upload VSIX (VS 2019) release build artifacts

0 commit comments

Comments
 (0)