We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b94eb commit ca4ef80Copy full SHA for ca4ef80
.github/workflows/build-ilspy.yml
@@ -128,8 +128,8 @@ jobs:
128
- name: Build VS Extensions (for 2017-2019 and 2022)
129
if: matrix.configuration == 'release' && env.BuildAndPublishVsix == 'true'
130
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"
+ msbuild ILSpy.VSExtensions.sln /t:Restore /p:Configuration="Release" /p:Platform="Any CPU"
+ msbuild ILSpy.VSExtensions.sln /p:Configuration="Release" /p:Platform="Any CPU"
133
134
# https://github.com/actions/upload-artifact
135
- name: Upload VSIX (VS 2019) release build artifacts
0 commit comments